When the browser is resized, how do I make the movie resize?
I made this page here:
http://www.LineDetail.com/fullscreen.php
in the HTML parameters, I put width 100% and height 100% and in the .swf file I have:
Stage.scaleMode = “noScale”;
Stage.align = “TL”;
That helps make my objects not get stretched out, and the align code to help position my items.
Now, I notice if I were to shrink or make my browser stretch out. The swf doesn’t resize on it’s own to fill the space when larger or resize when you shrink the browser width/height. I’ve been told to use a listener, but I have no idea how it works, I’ve tried putting in scripts with no luck.
If you have a 2.0 script or can help me here I’d appreciate it!
Thanks,
-Line