I am looking to do a flash window popup (nonresizable). how do you create such a window? Thanks.
Printable View
I am looking to do a flash window popup (nonresizable). how do you create such a window? Thanks.
you need to put in an fscommand. To do this double click the first frame of the movie. a FRAME ACTIONS window should open. Click on the ACTIONS tab then choose fscommand and you can either paste the below in, or write it yourself.
fscommand ("fullscreen", "flase");
This should do the trick.
well i think thats all the help you need.
Happy Flashing
something im working on...http://www.goldenexpressionsjewelry.com
thanks HDM,
Couple small things....how do you set the window size? How do you make it non-resizable (or does it automatically do this)? How do you customize the border (i.e.-give it a title in upper left corner)? Thanks much.