Re: SWF2php

peter <[email protected]> Wed, 17 Sep 2003 20:25:06 +0200
Newsgroups gmane.comp.web.ming.general
Message-ID <[email protected]>
Am Mittwoch, 17. September 2003 15:57 schrieben Sie:
> Ben,
>
> The tool  i spoke about can be found in the Ming Win-Tools collection:
> http://www.opaque.net/ming/ming-winutils.zip
> i'm still searching for a linux version so if anyone has it please let
> me know
Look into the ming/util/ section of ming-cvs: 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ming/ming/util/
and check it out.

Build: 
make swftophp
or if you like perl
make swftoperl

If you want to use 
decompile5.c instead of decompile.c,

modify the Makefile a little bit. Replace compile.o with compile5.o.

e.g.:

swftoperl: blocktypes.o decompile5.o read.o swftoperl.c
        ${CC} swftoperl.c blocktypes.o decompile5.o read.o -o swftoperl -lm

Ahh, umm, all a little bit buggy and incomplete. But sometimes little wonder 
happen and somebody adds a small piece to the puzzle. ;-)

peterdd