ApplicationDomain behaves differently in AIR for IOS, Android or Desktop
Hi,
I am loading plugin SWFs embedded in the app on all platforms.
Loader context is:
new LoaderContext(false, ApplicationDomain.currentDomain, null);
I am loading an external SWF, everything works fine, unless I try to access an internal class which is not also in the main SWF.
Same exact code, same exact plugins, same exact LoaderContext, works perfectly on Desktop and Android.
I have found a solution, but it breaks all OOP best practices in order to work also on IOS.
Full details of the bug can be found here:
http://forums.adobe.com/message/5704168#5704168
(AIR 3.8, plugins are in player 11.8)
thank you
Filippo
