I am trying to download an external swf with (as3 file) actionscript. I am using Adobe Air to publish to iOS.
On publishing it in iOS, I am getting following warning - "ActionScript contained in externally loaded SWF files will be ignored on iOS devices"
I have uploaded a demo zip file with my code. Plz have a look.
I am using adobe flash professional cs6. Air SDK version is 13.0.0.83
Thanks for your help!
Per Packaging and loading multiple SWFs in AIR apps on iOS:
Dynamically loading a remote SWF that contains ActionScript code will not work on iOS; nor will embedding SWFs using the
[Embed]meta tag.