JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#2041 Exporting decompiled code
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Embed
State: closed Help

Let's say I have non-obfuscated SWF and I want to export its decompiled code. The problem is that it contains some embedded images and classes for these images. It is probably possible to remove all of them and reembed images manually, but is too much work. Is there any way to do this the better way?
admin
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.
admin
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
admin
State: upgraded→closed