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.

#2210 How can I add a name next to a new tag's ID?
Author:
AmyTheMeower

Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened 

Hi!
I've been using FFDec to modify existing assets from a SWF file, with both the "Replace"
and "Edit ActionScript" functions, which have worked perfectly for this purpose, but while
trying to add new assets of my own (such as DefineSound and DefineSprite) I noticed from
the decompiled assets, these need to have a name next to their ID [first image], which
should match the name of a script [second image] to be able to work.
However, when I want to add a brand new tag, this only gives it an ID [third image] and I
can't change or add a name; only replace its contents.
Is there currently a way to do this for new tags?
See #1566
Add an entry to SymbolClass tag for AS 3, Add a new ExportAssets tag for AS 2.
State: new→opened
Hey, sorry for the late response time.
This worked perfectly for what I needed to do, thanks a lot!