If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#2046 Extracting embedded assets from SWF
Author: RenderDragon
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Embed
State: closed
I have a SWF with embedded images, sounds, fonts. There are classes that are attached to
them. How do I export the whole thing so that I can compile it without having to embed it
again?
Currently, we do not create [Embed] tags during the export, so there is no way to embed
them back using same classes I guess. Only to manually add [Embed] tags to point to
correct files.
In nightly 2581, there is new option in export dialog to export also embedded assets (to
_assets directory) and the Embed metadata tag is used on the classes to link them.
This also works for a subset of items in the FLA export (DefineBinaryData).
State: new→upgraded
Type: question→feature
Type: question→feature
State: upgraded→closed