mx.controls.SWFLoader removes content from displaylist when resizing?
Hi!
I have a Flex app that loads in AS3 apps using SWFLoader - problem is that when the Flex app is resized the SWFLoader seems to take the loaded content off display list, the loaded AS3 apps are dependant on stage object and it will break them when stage comes unavailable.
Is is possible to fix this in mx.controls.SWFLoader somehow?
If not, how can I use flash.display.Loader instead?
|