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.

#167 sprite tag name appears twice in the foldernaem when exported
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Tags
State: closed 

> What steps will reproduce the problem?
open the attached swf
export any script which has a name, e.g: DefineSprite 106 addon_item
> What is the expected output? What do you see instead?
expected: exported folder name is DefineSprite_106_addon_item
actual: DefineSprite_106_addon_item_addon_item
> What version of the product are you using? On what operating system?
1.6.4u1
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
Probably you can find it easily, but the problem is in DefineSpriteTag.java
getExportFileName method or in it's base class's getExportFileName function. Both adds the
expName to the foldername.

State: new→opened
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
Fixed, thank you.
State: upgraded→closed