I'm using a SWFLoader to load in an image and i have a handler function for COMPLETE. In this load complete handler, i'm trying to get the size of the SWFLoader instance by using swfLoader.width, swfLoader.height but it always gives me 0. if I set a breakpoint, i can see that the $width and $height protected properties are correct but no matter what I do I can't get the public width and height properties to update. i've tried using validateNow(), invalidateSize(), validateSize() and whatever else I can think of but the width and hight are still always 0. And I noticed that if i check the width and height at some later point in the program, the values are correct.
Does anybody know how to force SWFLoader to update its width and height? Jamie

