;

PDA

Click to See Complete Forum and Search --> : Stop window resizing


digicam
07-15-2008, 05:59 AM
Hi all...I don't know if this can be achieved, but I've got a swf file that is 800x600 which resizes to full screen and it shrinks whenever the user resizes the browser's window (I'm happy with this)
Now is it possible to make the browser's window stop once it reaches 800x600?

webdreamer
07-15-2008, 07:34 AM
Check your embed code and make sure that allowscale=false or noScale=true.
can you post a link to the page?

digicam
07-15-2008, 10:02 AM
At the moment is offline....I'm fine with the swf scalling upto whatever browser is being looked at (full screen), it's when the browser is scalled down further than the swf's stage size (ie 550x400 or 800 x600) that's when I want it to stop scalling

Wouldn't allowscale=false or noScale=true stop the browser from scalling altogether???