RE: [flexcoders] Loader coming back with incorrect dimensions

2009-05-12 Thread Alex Harui
@yahoogroups.com Subject: RE: [flexcoders] Loader coming back with incorrect dimensions Thanks, Tracy -- Does that still apply even when the loaded SWF is not built with the Flex framework? Note - I am actually not using the Flex framework at all in this project. It's a pure AS3 application. Sorry, I

RE: [flexcoders] Loader coming back with incorrect dimensions

2009-05-11 Thread Tracy Spratt
There are timing issues with SWFLoader. Perhaps the loaded swf has not completed its layout when you check the size? A loaded swf is not ready on the loader.complete event, you must wait for the applicationComplete event. Tracy Spratt, Lariat Services, development services available

RE: [flexcoders] Loader coming back with incorrect dimensions

2009-05-11 Thread Jonathon Stierman
Of Tracy Spratt Sent: Monday, May 11, 2009 11:13 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Loader coming back with incorrect dimensions There are timing issues with SWFLoader. Perhaps the loaded swf has not completed its layout when you check the size? A loaded swf

RE: [flexcoders] Loader coming back with incorrect dimensions

2009-05-11 Thread Tracy Spratt
@yahoogroups.com Subject: RE: [flexcoders] Loader coming back with incorrect dimensions Thanks, Tracy -- Does that still apply even when the loaded SWF is not built with the Flex framework? Note - I am actually not using the Flex framework at all in this project. It's a pure AS3 application

Re: [flexcoders] Loader coming back with incorrect dimensions

2009-05-11 Thread Manish Jethani
On Mon, May 11, 2009 at 9:27 PM, Jonathon Stierman jonat...@wolfmotell.com wrote: Has anyone run across a Loader instance incorrectly reporting the width/height of the SWF file it is loading? I think the original width/height of the loaded content is always available through the LoaderInfo