Skip to main content
Inspiring
March 19, 2017
Question

How to save a movieclip as separate swf and load in AirforIOS - AS3

  • March 19, 2017
  • 2 replies
  • 902 views

Dear Friends,

iam creating an eLearning app. I want the user has to save particular animation (movieclip) as his own selection and see it when need in future. To do this, I want to save the movieclip as swf and load in to my app (in different popup). Iam using AirforIOS.

pls help me to do this.

Thanks in advance,

Thanks and Regards,

Syed Abdul Rahim

This topic has been closed for replies.

2 replies

rahimhajiAuthor
Inspiring
March 19, 2017

one air app that both saves and loads the movieclip in same app when press a button (load)?

kglad
Community Expert
Community Expert
March 19, 2017

save a string (or array or object) of data that describes the movieclip and use that string (or array or object) to reconstitute the movieclip.

rahimhajiAuthor
Inspiring
March 20, 2017

Dear Kglad,

Greetings! thks for the solution. can u pls provide any sample code? I want to save particular movieclip with animation in local system (ipad) then whenever I login and click the view button only those particular animation (movieclip) has to play. Like that I can save all my set of favorite animations. pls help me to achieve this...

Thanks and Regards,

Syed Abdul Rahim

kglad
Community Expert
Community Expert
March 19, 2017

you're creating two air apps? one that saves a movieclip and a different one that loads it?

or one air app that both saves and loads the movieclip?