Closed guzuligo closed 11 years ago
Can you be more specific?
I'd like to create a flash file capable of creating SWFs, or just a modified versions of SWFs. It is enough for me to just be able to modify some text in an SWF file.
Let's say for example I made a game and I want people to edit the levels of that game. All the levels would be made in a form of String. Then everyone can upload the modified game. (Note that this is just an example, not my real use case.)
as3swf can parse and publish AVM1 bytecode (ActionScript 1 and 2), but not AVM2 bytecode (ActionScript 3). It doesn't support AVM2 bytecode because there is already a very good library out there that does that and that you can use in combination with as3swf: http://www.as3commons.org/as3-commons-bytecode/
Neither as3swf nor as3commons bytecode can decompile/compile ActionScript sourcecode though.
Is there a way to include actionScript or to include internal swf?