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.

#1830 after editing the action script i saved it, but when i try to exit the program says there are unsaved changes
Author:
deu

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

> What steps will reproduce the problem?
after i finish editing and i did saved my changes. i try to exit, and the program says
there are unsaved changes and i don't know why because i did pressed save button.
i pressed both save button. one after the editing and the other on the top left
> What is the expected output? What do you see instead?
such message shouldn't appear. and edited action script should be saved but its not
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
15.1.1
window 10
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
i don't know much about coding and im not good at english but i hope i can get some help

I think it is because you are trying to edit an EXE file.
If a file other than *.SWF is opened, it is binary searched for the available flash files
inside it.
You can then open these flash files, but if you make any edits, these will not be saved,
as you cannot save flash back to the EXE - you don't know exact structure where to place
it, etc.
I think you can export the SWF file by pressing Save as, then open it separately and
edit,
but you would never be able to put it into the EXE file. At least not with our editor.
State: new→opened
Type: bug→question
Type: bug→question
ok thanks for reply!! :)
guess i should study more...