INFO: Problems with AV false positives are fixed in 25.0.0, now we sign our code and also use MSI installer type.
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.
List of issues#2597 Reconstruct Motion Tweens on FLA export
Author:
axd1x8a
axd1x8aDate created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Tween
State: new 

Currently, if the original FLA file contains a motion tween, and you open and export the
resulting SWF file back to FLA, keyframes will be created for each frame. As I understand
it, this happens because that's how the keyframes are stored in SWF files. However, I
wonder if it's possible to identify the differences in the changes and recreate the motion
tween.
I have attached the original FLA file, the SWF file that was published from it, and the
FLA file that I obtained by decompiling the SWF file
05_900_logo_fromsoft.fla (63 KiB)
05_900_logo_fromsoft.swf (28 KiB)
new_05_900_logo_fromsoft.fla (61 KiB)Oh, this was already answered in #2482. My bad