1

You can manually save some particular movie clip on a stage as an image by running "Export > Export Image". Is it possible to write an actionscript that would export all movie clips on a stage to images automatically? Or at least is there a way to automate this in any way?

serg
  • 109,619
  • 77
  • 317
  • 330

3 Answers3

1

A JSFL script could help here. It allows you to automate/script most things you can do manually in the Flash IDE.

Juan Pablo Califano
  • 12,213
  • 5
  • 29
  • 42
1

I ended up using this library: Flash to PNG Export, works pretty good.

serg
  • 109,619
  • 77
  • 317
  • 330
1

I'd recommend using the as3corelib which comes with a JPGEncoder and a PNGEncoder, and checking out this answer for information on how to use it.

Community
  • 1
  • 1
Obto
  • 1,377
  • 1
  • 20
  • 33