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.

#1123 AS3 direct edit problem - 3rd argument of "for" statement stould support ","
Author:
honfika

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

> What steps will reproduce the problem?
Try to save the following:
x = new ByteArray();
for(i = 1; i <= 32; x.writeByte(i),i++)
{
}
> What is the expected output? What do you see instead?
Current: PARENT_CLOSE expected but COMMA found (this script was generated by FFDec)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Latest
I think a sample file is not needed, but i can attach one, just let me know if you need
it.
Fixed in nightly 1830.
State: new→upgraded
State: upgraded→closed