Skip to main content
Participant
April 23, 2013
Answered

How to Save a Movieclip as image format for Android & iOS?

  • April 23, 2013
  • 5 replies
  • 2429 views

Hi, I have a movieclip named MYMOVIE1 and I want to save it as Image (any Format) to a folder named MyTestApp in the SD storage using ActionScript 3? {AIR for ANDROID}

And please tell me if the same way work for iOS... Thanks

This topic has been closed for replies.
Correct answer natural_criticB837

Alright this requires 2 steps:

- First render the movieclip to a bitmap:

http://www.kirupa.com/forum/showthread.php?266493-Extract-Bitmap-or-BitmapData-from-MovieClip

- Then save it to a file:

http://actionsnippet.com/?p=1093

5 replies

natural_criticB837
Legend
April 24, 2013

Flash CS -> File -> Export -> Image

Participant
April 24, 2013

Did you read the question? I want to export it on Mobile devices, and using ActionScript 3.

natural_criticB837
natural_criticB837Correct answer
Legend
April 24, 2013

Alright this requires 2 steps:

- First render the movieclip to a bitmap:

http://www.kirupa.com/forum/showthread.php?266493-Extract-Bitmap-or-BitmapData-from-MovieClip

- Then save it to a file:

http://actionsnippet.com/?p=1093