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.

#2134 Include scenes from DefineSceneAndFrameLabelData in exported FLA/XFL
Author:
nosamu

Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Scenes
State: closed 

Currently FFDec does not include an SWF's timeline scenes in the exported FLA/XFL. This is
a problem because some ActionScript 3 code such as gotoAndStop() / gotoAndPlay() can
assume the presence of specific scene labels. Scene label data is present in the original
SWF's DefineSceneAndFrameLabelData tag.
To reproduce the problem:
1. Open the scenes.swf file from FFDec's testdata folder:
https://github.com/jindrapetrik/jpexs-decompiler/blob/master/libsrc/ffdec_lib/testdata/sce
nes/scenes.swf
2. Click "Export to FLA". (I chose "Flash CS6 uncompressed document but it shouldn't
matter)
3. Open the FLA/XFL in the Flash authoring software (I use CS6).
4. Notice that "My first scene" and "My second scene" are missing from the Movie Explorer
and the Scene panel.
Hence my feature request is to implement exporting of scene labels. Thanks for your
consideration!
In nightly 2725, the timeline is split into scenes according to the
DefineSceneAndFrameLabelData tag.
I am not 100% sure that it will work in all cases, for every content, we need to watch out
for bugs related to this...
State: new→upgraded
Just tested and it's working perfectly so far, thank you!
State: upgraded→closed