JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2376 Include as
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new Help

After saving the file with the code ( include "[path]" ) the result of the code separates the file path... As in this screenshot, what happens?After saving the file with the code ( include "[path]" ) the result of the code separates the file path... As in this screenshot, what happens?
FFDec cannot compile include statements, it will compile them wrong as identifier and a string. The include statements usually show up on scripts which have multiple public classes, but the Edit button should be disabled in such cases. For some reasons, your screenshot contains edited script with multiple public classes. Could you please attach your (unmodified) SWF file? I'd like to investigate why the Edit button is active when it should not be.