If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

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

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3FLA export
State: new 

> 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.