Load Modules into a main app sibling sub-app Domain
Hi,
I'm developing a flex portal that integrates ui from different providers.
Is it possible to do the following?
From my main application i want to be able to load modules into a sibling application's domain.
Currently I’ve done the following.
1. Used SwfLoader to load a sub-application into a new application domain (as a sibling of main application domain).
2. From the main application used ModuleLoader to load modules into application domain created in step 1. As a parameter into module loader we specified the application domain of the sub-application created in step 1.
The result is that the module loads but its application domain is set to the main application.
Any ideas?
Thanks,
