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.

#1732 FLA Export missing addFrameScript() calls
Author:
wolf_haley

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: addFrameScriptAS3FLA export
State: closed 

> What steps will reproduce the problem?
Export FLA containing a framescript.
> What is the expected output? What do you see instead?
I am expecting to see addFrameScript() calls in the constructors when I export FLA but
they are missing. However they ARE present when I export scripts only.
The actual framescripts are present, only the addFrameScript() calls are missing, causing
the framescripts to never be callbacked. Only a minor issue :D
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
version 14.4.0 nightly build 1939
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
When exporting FLA, all framescripts including their addFrameScript calls in the
constructor are moved from their classes to FLA XML files (DOMDocument.xml, Sprite1.xml
etc.). They are not present in the Class.as files.
On FLA compilation in Flash professional, these addFrameScript calls are generated in the
SWF automatically.
In FFDec ActionScript window, these are normally visible alongside the classes,
this is different to the FLA export.
Or is there still something wrong on how it works in the decompiler?
Please attach sample SWF or FLA file if you think we need to fix it.
State: new→opened
Type: bug→question
Type: bug→question
Please try nightly 2119.
I did fixes regarding some kind of SWFs. This may help you.
State: opened→upgraded
Type: question→bug
Type: question→bug
State: upgraded→closed