Hi Dmitriy,

Well, you can load external swfs in AIR on iOS, but you need to meet the 
following restrictions:

1. You must use AIR 3.7 or later version of AIR SDK.

2. All the external swfs must be declared in a xml file and in a txt file in 
your project.

3. Application swf and other swfs (external swfs) must be compiled into a 
single IPA file.

4. You need to manually compile all the stuff above into IPA using compile line 
commands, cuz Flash Builder 4.7 does not support it yet.

Here is the detail of how to do it (search for "Externally hosting secondary 
swf files (iOS)"):
http://helpx.adobe.com/en/flash-player/release-note/fp_117_air_37_release_notes.html

On Android platform, however, there is no limit to it, cuz Android is.... well 
you know it.



DarkStone
2013-10-25
At 2013-10-25 15:16:31,"Dmitriy Resnyanskiy" <zubo...@gmail.com> wrote:
>Hi, Apache!
>
>We are developing a mobile AIR application for Android and iOS. Our main
>application should be able to load the module SWF (compiled spark Module or
>sub-appplication), or the module styles (compiled CSS file) from any
>directory. For example, here: *File.applicationStorageDirectory.nativePath*.
>We have carefully studied this issue and concluded that it was impossible.
>Is it really so? Please explain. Thank you.
>
>*P.S. We use Apache Flex 4.10 and AIR 3.8*

Reply via email to