Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Include actionScript #30

Closed
guzuligo opened this issue Nov 11, 2013 · 3 comments
Closed

Include actionScript #30

guzuligo opened this issue Nov 11, 2013 · 3 comments

Comments

@guzuligo
Copy link

Is there a way to include actionScript or to include internal swf?

@claus
Copy link
Owner

claus commented Nov 11, 2013

Can you be more specific?

@guzuligo
Copy link
Author

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.)

@claus
Copy link
Owner

claus commented Nov 11, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants