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

#128 Missing import for getTimer() function
Author: user focus
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.
admin
I tried it on my own SWF and the import was added. Could you provide sample SWF with missing import?
user
Sure, here it is. Look at the Main class please.
admin
State: new→opened
admin
version 1.6.3 released it should be better now, try it
State: opened→upgraded
user
Yeah, looks fine, thanks!
admin
State: upgraded→closed