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

#256 AS3 Object literal in return clause
Author: user focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

Please, look at the sandy.math.ColorMath in the attached file. Methods hex2rgb and hex2rgbn will not compile back: ColorMath.as, Line 174 1078: Label must be a simple identifier. problem is here: return { "r":_loc2_, "g":_loc3_, "b":_loc4_ } ; Here is original source: https://code.google.com/p/sandy/source/browse/trunk/sandy/as3/tags/3.1.1/src/sandy/math/Co lorMath.as return {r:r,g:g,b:b} ;
Download3d.swf (41 KiB)
admin
State: new→opened
Title: AS3 Decompilation issue→AS3 Object literal in return clause
admin
version 1.6.7 released it should be fixed, try it
State: opened→upgraded
user
Yeah, fixed now, thanks!
admin
State: upgraded→closed