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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#128 Missing import for getTimer() function
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

Looks like decompilation engine have issues with adding imports for stand-alone methods, like getTimer(), setInterval(), etc. In case of getTimer import flash.utils.getTimer; or import flash.utils.*; should be added.
I tried it on my own SWF and the import was added. Could you provide sample SWF with missing import?
Sure, here it is. Look at the Main class please.
State: new→opened
version 1.6.3 released it should be better now, try it
State: opened→upgraded
Yeah, looks fine, thanks!
State: upgraded→closed