Hi guys, wondering if anyone could clear something up for me.
I’m going to be loading external 3rd party swfs into my main swf as subapps. even though i’ll be hosting the external swfs, when i load the swfs i’ll be putting them in their own application domain and security domain for security reasons. however i would like the external swfs to still have the ability to use the Loader and URLLoader classes to retrieve data from wherever they want (currently i’m getting 2048 errors). is this possible or am i going about this in wrong direction?
thanks