PDA

View Full Version : Serverside SWF decompilation


Tackle
01-21-2011, 09:19 AM
I'm trying to develop a banner interface where a certain set of uploaded banners are displayed with metadata information.

There's plenty of PHP classes out there that can give me the FPS and size of the SWF, but none can display the background color for example.
Sephiroths PHP SWF Reader claims it can even change the background color, but that just doesn't work (not updated anymore).

Considering Firefox plugins like Firebug can decompile SWF files on the fly, it seems reasonable to be able to find a way to do that serverside.

I'm using PHP as serverside scripting language, but I have full access to a Linux environment running this.

Any ideas?