Skip to main content
Participating Frequently
June 19, 2012
Question

SWF with Actionscript in AIR IOS

  • June 19, 2012
  • 1 reply
  • 608 views

I have tons of old swf files that contains assets and needs to be shown in AIR app for IOS. Some of assets contains simple actionscript code mostly stop(). I really do not care if the actionscript inside the swf gets executed or not. The question is - If I will try to load the swf that contains actionscript, will it load?

I mean, I can see that on Ad-Hoc version it loads, but will it load when I publish to the appstore?

Also, I'm experiencing some performance problems when such file is loaded, but not sure, if it might be related to it. Any ideas?

This topic has been closed for replies.

1 reply

Adobe Employee
June 19, 2012

If swf contains actionscript even it's limited you won't be able to use it in the shipping version of ipa for your app.

If it's possible to make your assets in to swc file, you might be able to embed it into your project as a library.