-
Stop window resizing
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?
-
Check your embed code and make sure that allowscale=false or noScale=true.
can you post a link to the page?
-
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???