PDA

View Full Version : resize of flash player window


jedi_agh
02-08-2003, 05:31 AM
I completed my 1st real flash file: tour.swf.

When I play it in a stand-alone flash player everything is fine but I notice that I can resize the flash player. The effects are odd and not pertty. Is their a way to force the flash player NOT to be resized by the user?

CyanBlue
02-08-2003, 05:36 AM
Howdy... :)

Put this code in the first frame of your movie...fscommand("allowscale", false);and go to the File - Publish Settings and select HTML tab to select Scale to be Exact fit or No scale...
That should do it... :)

jedi_agh
02-08-2003, 05:51 AM
Okay I have done the above but the flash player can still be resized. Now however, the "movie" will not resize! SO it you make the flash window too small you can't see the whole movie.

This is sort of what I wanted to do. But is there a way to NOT be able to resize the flash player at all?

CyanBlue
02-08-2003, 05:53 AM
Not that I know of... I don't know if it is possible or not either...