[Flashcoders] Resizing Flash Windows with Loaded JPGs?

2008-09-16 Thread Doug Coning
Greetings everyone, I have a Flash web site in which I need flash to resize depending on the user's browser window size. However, the flash file dynamically loads images and FLVs. Is there a simple way to have flash automatically take a 950 X 600 size file and reduce it to fit in a smaller

Re: [Flashcoders] Resizing Flash Windows with Loaded JPGs?

2008-09-16 Thread Bob Wohl
Hi Doug, you can change the code in the html to width/height = 100%. As long as you haven't set the Stage.scalemode in the swf then it will scale to fit the embed height/width. It should work for dynamic content, but I've never had to do this due to image quality on scaling. you can do this in the