I have a game that I made in flash, and now I want to take all the movieclips I have and export the images into something that I can use outside of flash. What would be the easiest way to do this? I would rather not use screenshots, plus, I need to keep the transparency.
A:
You can use the swftools, in particular swfextract to extract your MovieClips as PNG images. PNG images can contain and will preserve the transparencies. If you would like to convert the result to some other image format, you can use the convert command provided by the ImageMagick library.
Michael Aaron Safyan
2009-10-15 02:12:51