;

PDA

Click to See Complete Forum and Search --> : pre determined window size


thesween
12-14-2005, 09:30 AM
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'

necromanthus
12-14-2005, 09:46 AM
http://forum.necromanthus.com/necroforum.php?forum=3&topic=14
;)

gusmus
12-14-2005, 10:16 AM
Always keeping in mind of course that your pop ups are going to be blocked by XP SP2 users amongst others.

thesween
12-14-2005, 10:18 AM
GENIUS!!! Thankyou Necromanthus, I should've checked your forum first, I will never make that mistake again. :D Cheers

thesween
12-14-2005, 10:21 AM
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.

necromanthus
12-14-2005, 11:25 AM
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
12-14-2005, 01:10 PM
GENIUS ONCE AGAIN!!! I shall give it a go.Thanks again Necromanthus