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 issues#245 double spaces before and after "as" keyword in decomplied code
Author: honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed
> What steps will reproduce the problem?
Decompile any code with contains "as" instuction.
> What is the expected output? What do you see instead?
Expeced: result=event.result<SPACE>as<SPACE>Object;
Current: result=event.result<SPACE><SPACE>as<SPACE><SPACE>Object;
> 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
State: new→opened
version 1.6.7 released
it should be fixed, try it
State: opened→upgraded
Yes, it was fixed, thanks.
State: upgraded→closed