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.

#2482 Preserve Tweens when opening SWF files or converting them to FLA
Author:
RomendesS2

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new 

Currently, when opening a .swf file with the decompiler, Tween animations are converted
into frame-by-frame animations, which results in the loss of the original tween structure.
It would be useful to have an option to preserve Tweens during the conversion to .fla,
maintaining the animation's fidelity and making editing easier.
Perhaps this could be a toggle in the editor, allowing users to choose between converting
to frame-by-frame or keeping the original Tweens. I'm not sure how complex this would be
to implement, but it would be a great quality-of-life improvement for the decompiler.