[Solved] How to export assets from an .SWF container?


The swf contains another swf embedded as a ByteArray. I’m not sure why, but this is probably an obfuscation technique.

You can view the actual assets by running the swf in SWFWire Debugger. This application will dump the swf that is loaded from the ByteArray into the same folder as fashion.swf. You can then load this in your decompiler, or SWFWire Inspector if you just want to view the assets.

2

solved How to export assets from an .SWF container?