Hi there, I've been unable to get a simple test sub-application to load into a main application by using a Loader, being the sub-application in a sibling ApplicationDomain and also in a different SecurityDomain (portal like structure). What I wanted to accomplish was to take advantage of the Loader.contentLoaderInfo.parentSandboxBridge in order to create a communication channel between the loading and loaded app but I keep getting a: (...) *** Security Sandbox Violation *** SecurityDomain 'http://www.domain.com/folder/SubApp.swf' tried to access incompatible context 'app:/LoadingApp.swf' Error: Only Application content can access the NativeApplication object. (...)
What seemed strange to me regarding the worflow was that I felt forced to deploy SubApp.swf as an AIR application (WindowedApplication) because Flex based apps don't have access to the loaderInfo.parentSandboxBridge, which is necessary for the loaded swf in order to access the main application's sandbox bridge... (at least Flex Builder complains) Has anyone succesfully implemented this feature? Any suggestions? The docs are not very helpful... I've been reading some pdfs about AIR security and the Flex Marshall Plan but what I've found it kind of superficial and incomplete regarding this topic... Cheers

