swftoperl - a flash to ming-perl converter.

Based on Daves swftophp. Tested only on a Linuxbox (SuSE 7.2). Would like to hear from success with other OS/versions. Peter Liscovius

Story:

I started from swftophp-source, converted this to a swftoperl and made some changes/enhancements, because swftophp and the util-stuff wasn't updated for a while.

The aim is to provide a program that can take a flash 3/4/5/? file and convert it to a ming-perl script that produces the same or a better/smaller flashfile with the same behavior without the need to change anything.

Install:

Start a console, go to the $ming/util/ - directory and type make swftoperl

Now swftoperl should be build from c-source in the same directory. (i hope successful.)

Type swftoperl to test. It should tell you something like Give me a filename.

Usage:

swftoperl myflash.swf

To save the script to a file, go to a console and type

swftoperl myflash.swf >myflash.pl or
swftoperl /home/peter/myflash.swf >/home/peter/myflash.pl or
swftoperl ~/myflash.swf >~/myflash.pl

myflash.swf is the name of your flashfile.

Some additional informations will be maybe printed to STDERR, so you don't have the ugly text in your myflash.pl , but you know about it.

Works this in the same way under Windows?

Changes:

Todo:

Also look at file TODO

Much, much. But some things must be first done in ming/ming-perl itself.

Here is a list of todos: