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.

#2449 Duplicate names in "libraries"
Author:
killomg

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

I have a project where ~10 swf files are used as libraries, and ~100 working swf files.
When decompiling them, I encounter a problem where many names in the projects are
identical (non-linked names), which causes issues when I connect libraries to other
projects. They import files, but due to the identical names, they get deleted, causing the
projects to malfunction.
For example:
lib1
File1
File2
lib2
File1
File2
File3
If I add lib1 and lib2, and import any object from lib1, they may use File1, File2, just
like when importing an object from lib2, which later causes errors when one of the files
gets deleted.
I see the solution to the problem in automatically generating names that include the
project name or something else that makes them fully unique.