PDA

View Full Version : Possible to limit the automatic resizing of a flash movie?


mgomez03
06-15-2005, 03:54 AM
Is it possible to put a hard-cap on just how much your flash movie gets automatically resized by a web browser? Say, for example, I had a movie that was 800x600; on a 1600x1200 display it would get a 200% size increase. However, the maximum I would allow the movie to be resized is 150%.

Now, is this something that I'll have to do with ActionScript? I can't seem to find anything on limiting resize in the publish settings.

Any suggestions appreciated.

oldnewbie
06-15-2005, 05:25 AM
If you set the width and height in pixels (800*600) rather than to 100%, it won't get resized, even for the 12 or so people on a 1600x1200 resolution!

merlinvicki
06-15-2005, 06:39 AM
Can't do it thru Actionscript. Have to use html and javascript.

you could use redirectors with javascript. like when u have a 800*600 screen reso u redirect to page index1.html and when u have 1024*768, redirects to index2.html....

and u can specify what maximum zoom the swf should be in the html for each file...