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.

#34 instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".
Author:
googleCode

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

I useFlashDevelop 4.2.1 RTM for Microsoft.NET 2.0 (R2465) for build swf
and JPEXS ffd 1.3.1 for decompilation.
I wrote code:
for (var i:int = 0; i < 0x10000; i+=2)
{
< some code >
}
And got result from decompiler:
var _loc5_:* = 0;
while(_loc5_>=65536)
{
< some code >
_loc5_=_loc5_+2;
}
Hi,
try version 1.4.0, it should be fixed.
State: →closed
Title: instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".→instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".
Type: →bug
Visibility: →Everybody
Title: instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".→instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".
Type: →bug
Visibility: →Everybody