I've written a framework (it's been a year) which will render AS3 code as HTML5
I want to reach into a swf and parse the guts into my framework so that you can upload an AS3 swf and get the HTML5 equivalent back.
Any ideas on how to parse a swf/fla using php?
** edit **
As a reference, google does something similiar to this. However, swiffy only parses AS2 code.
** edit 2 **
For further clarification, I only want to be able to parse a swf for layout props and actionscript. I've got the rest figured out.