Is there a way to convert a swf to an .abc file?
Posted
by Jeremy Ruppel
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Ruppel
Published on 2010-05-31T05:31:00Z
Indexed on
2010/05/31
5:32 UTC
Read the original article
Hit count: 358
I'm looking for a way, preferably a command-line utility, to pump out an .abc file for a compiled swf. I've looked into asc.jar, but so far it seems like it can only accept classes, not compiled swfs. Anybody know of a good way to do this?
The end-goal of this process is to use Zwetan's RedTamarin project to run describeType on some specific classes inside a loaded swf, but there are complications with SecurityDomain preventing me from using Loader.loadBytes. If there's another good way to describe classes in the loaded swf via command-line, I'd be interested in that solution as well.
Cheers,
J
© Stack Overflow or respective owner