I am trying to load a local SWF application in my Air Application through the SWFLoader class. The class is SWFLoaderdisplayed in a new one Window. Therefore, I am trying to resize the window automatically when resizing the Flash application. But here is the problem. SWFLoader does not receive any events when the bootloader application has been modified.
The problem seems to be related to sand songs. I can call methods on childSandboxBridgeand objects parentSandboxBridgethat I set in the LoaderInfocontents of SWFLoaders (a loaded SWF application). But I canβt listen to any ResizeEvents or anything like that when I resize the downloaded application.
I am aware of a Loaderworkaround with the class and codeExecution property, but I don't want to get around Air Sandbox - if possible.
Can anyone help me with this?
Thanks in advance
source
share