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#1328 CURLY_CLOSE expected but IDENTIFIER found in as3.swf test file
Author: honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: closed
> What steps will reproduce the problem?
Open as3.swf file (test swf)
Select "Test" script in the tag tree
Press Edit ActionScript, put a space somewhere, press save
Press Edit ActionScript again, put a space somewhere, press save
> What is the expected output? What do you see instead?
Expected: save works
Current: CURLY_CLOSE expected but IDENTIFIER found at line:
trace("try body");
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Latest nightly v10 1619
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Found the problem (but not the solution): The problem is the empty line (only ";") at line
521
Empty instuctions should be skipped.
Fixed in nightly 1848.
State: new→upgraded
State: upgraded→closed