If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: WARNING - support of the decompiler is now VERY LIMITED. There are no active developers. This means waiting times in the issue tracker are very long and mostly depend on community. Sorry for the inconvenience.

#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