|
-
theSWEEN
pre determined window size
Hello Ok, I can click on a link and make it open up a new movie in a new window. Thats easy, but how do I make that window open up in a pre determined size / exactly the size I make the movie frame? for example, a very small window that contains some information? Thanks in advance koolmoves genius'
-
undead creature
-
Can't Re- Member
Always keeping in mind of course that your pop ups are going to be blocked by XP SP2 users amongst others.
humanus somes est divinitus in ipsum
Wiliiam Wallace
-
theSWEEN
GENIUS!!! Thankyou Necromanthus, I should've checked your forum first, I will never make that mistake again. Cheers
-
theSWEEN
Oh yeh, thanks gusmus.... Ok, any ideas on how you can click on a button, and a window opens up inside the movie? Without creating another frame.
-
undead creature
 Originally Posted by thesween
Ok, any ideas on how you can click on a button, and a window opens up inside the movie? Without creating another frame.
Inside of a flash movie you can NOT open windows.
But you can emulate a new window using child-movies (the first keyframe is empty and has the stop(); action).
In the second keyframe you may load (for example) some external content (text,image,etc).
If the child movieclip is called myWin the script for the button is:
on(release){myWin.gotoAndPlay(2);}
-
theSWEEN
GENIUS ONCE AGAIN!!! I shall give it a go.Thanks again Necromanthus
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|