Skip to main content
Participant
February 27, 2014
Question

AIR 4.0 Can not Reload External hosting of secondary SWFs

  • February 27, 2014
  • 1 reply
  • 870 views

Hi,Thanks for read this.

When I reload external swfs , Error #3764 appear.

In this blog https://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air-apps-on-ios/#comments

It sais

Reloading of pure asset SWFs will work with AIR 3.7 builds

Source code can be downloaded from here 

Anyone can help me? Thanks!

This topic has been closed for replies.

1 reply

Abhinav_Dhandh
Adobe Employee
Adobe Employee
February 27, 2014

Hi

I tried to reproduce the issue using the project which you have attached. It appears that there is some actionscript code added in the secondary swf which is giving the Uncompiled Actionscript error dialog on loading it.

You could achieve this workflow using the external hosting of secondary swfs feature, which has been described in the blog post here : https://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air-apps-on-ios/

Could you please try following the steps mentioned on the post and check if the issue is resolved?

- Abhinav

zxysnowAuthor
Participant
March 1, 2014

Hi , Abhinav

Thanks for your reply.

But I was follow the steps mentioned in https://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air-apps-on-ios/

use adt -package -target ipa-ad-hoc -provisioning-profile <Provisioning Profile> -storetype pkcs12 -keystore <Certificate> -storepass <Password> ResultantIPA.ipa SampleMainSwf-app.xml SampleMainSwf.swf assets

upload the externalStrippedSwfs to the server

In ios app I load the externalStrippedSwfs form server , it couldn't be reloaded.

Waitting for your reply. Thanks again.

-snow