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.

#978 Class names are case sensitive, but filenames are not, so they are overwritten sometimes during export
Author:
honfika

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

> What steps will reproduce the problem?
A lot of files contains the similar classnames where only the casing is different.
Mostly obfuscated files (for example small greek fi and capital greek fi), but sometimes
not obfuscated files, too.
For example:
Phoenotopia.swf\Assets_WORLD_MAP and Phoenotopia.swf\Assets_world_map
> What is the expected output? What do you see instead?
Expected output: 2 files.
> What version of the product are you using? Is it "nighlty build"? Which operating system
do you have?
Latest nightly
fixed
now: Assets_world_map.as
and: Assets_WORLD_MAP_2.as
When there is an Assets_world_map_2 calss, it will be Assets_world_map_2_2, but i think it
is ok.
State: new→closed