JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#1732 FLA Export missing addFrameScript() calls
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> 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.
admin
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.
admin
State: new→opened
Type: bug→question
admin
Please try nightly 2119. I did fixes regarding some kind of SWFs. This may help you.
State: opened→upgraded
Type: question→bug
admin
State: upgraded→closed