0

I have an SWF file that contains a simple animation (spinning ball), which I want to convert into an animated GIF.

Ideally, I would like to use a command line (bash script) to do this. Can anyone suggest any links to get me started (Google is not coming up with anything useful).

In the event that there is no bash command for the SWF to GIF conversion, I may have to use ActionScript. In this case, any pointers to get me started would be much appreciated.

Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341

2 Answers2

0

Hint, how to use as3.0, First your spinning ball animation capture using a Bitmapdata's draw(). and using a GIFEncoder, create a GIF.

bitmapdata.com
  • 9,572
  • 5
  • 35
  • 43
0

Like Jari said, Flash Pro can do this out of the box. Not sure about a Bash script, but there are a ton of free tools you can use for example

Mac SWF2GIF

and Yes, the Trial version of Flash Pro will be able to do it aswell! But i recommend a slim Tool like in the link

My bad, couldnt find anything for Linux on the fly, but just search for "Linux swf 2 gif converter" Or u can upload it and i'll quickly convert it ^^

M4tchB0X3r
  • 1,531
  • 1
  • 15
  • 28