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 issues#128 Missing import for getTimer() function
Author: focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed
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?
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