Skip to main content
9999pippoflash
Inspiring
September 22, 2013
Question

ApplicationDomain behaves differently in AIR for IOS, Android or Desktop

  • September 22, 2013
  • 1 reply
  • 482 views

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

This topic has been closed for replies.

1 reply

Participant
September 24, 2013

I have this bug also.

reporting