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

#1254 Decoding AS3 timeline scrips
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Make flash with timeline scripts. Decompile. Recompile the decompile. > What is the expected output? What do you see instead? Expected output is scripts being placed into relevant spots on timeline. Actual output is timeline scripts being dumped in scripts folder and not functioning. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v8.0.1, nightly build 1464 Windows XP SP3 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. The workaround might be manually re-integrating scripts onto timeline. In attached zipfile, 00 folder contains original project, while 01 contains decompile and recompile.
admin
Hi, I implemented timeline script decoding in nightly 1526, try it: /www.free-decompiler.com/flash/nightly/ Also now all scripts are decompiled directly into FLA directory instead of "scripts" folder. I don't know why we decided to put them in the "scripts" directory as Adobe Flash Professional searches classes in the FLA directory.
State: new→upgraded
admin
Title: Missplaced timeline scripts→Decoding AS3 timeline scrips
Type: bug→feature
user
Scene 1, Layer 'Script Layer', Frame 1, Line 1 1021: Duplicate function definition. C:\...\test_fla\symb_1.as, Line 1 5000: The class 'test_fla.symb_1' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
user
Seems to me like it's the result of script being both placed in script folder and in the timeline.
admin
This is fixed in nightly 1855.
admin
State: upgraded→closed