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.

#244 decompilaton errors
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed 

> What steps will reproduce the problem?
Open attached file.
Find syscode\Anim.as class, SelectArea method
> What is the expected output? What do you see instead?
Current:
var _loc3_:* = 37;
var /*UnknownSlot*/:* = undefined;
/*UnknownSlot*/=param1;
/*UnknownSlot*/=param2;
...
37.visible=false;
> What version of the product are you using? On what operating system?
1.6.6u2, win7 x64
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
I've attached the decompiled code from v1.6.3u2 (Anim.ok.asa) and from 1.6.6u2
(Anim.wrong.as)
State: new→opened
version 1.6.7 released
it should be fixed, try it
State: opened→upgraded
Fixed, thank you.
State: upgraded→closed