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.

#1190 §§nextName and §§nextValue
Author:
BeniBela

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

suddenly it fails to decompile some for loops correctly:
PvPfinalScoreView
for(_loc4_ in param1.win)
{
if(§§nextname(_loc12_,_loc13_) == _loc2_)
{
_loc3_ = true;
break;
}
}
ChatInput
for each(_loc9_ in _showArr)
{
_loc10_ = (§§nextvalue(_loc13_,_loc14_)).split("-");
_loc11_ = "[" + _loc10_[2] + "]";
_loc12_ = int(_loc5_.indexOf(_loc11_,_loc8_));
Should be the loop variable insted the §§ in both cases. (swf from #1189)
I am sorry for letting you wait so much without an answer and I don't think it is now
(after flash shutdown) even relevant, but
I think we fixed this in nightly build 1775.
State: new→upgraded
State: upgraded→closed