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#518 Direct editing AS1/2: Cast operator
Author: honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to: JPEXS
Labels: AS1/2Direct Editation
State: closed
> What steps will reproduce the problem?
Open: bezierMaker.swf (/www.free-decompiler.com/flash/issues.html?action=downloadFile&fileId=290)
Open caurina.transitions.SpecialPropertiesDefault class
Try edit AS source code and save.
Error:
COMMA or CURLY_CLOSE expected but IDENTIFIER found on line 114.
This is (propbably) not a parsing problem, i cant compile it in flex, too. So it is a
decompile ("toString") problem.
Btw: there are 2 spaces around instanceof in this line: "if(p_value instanceof
flash.filters.BlurFilter)". I'll try to fix this small issue.
> What is the expected output? What do you see instead?
Expected: saves the code without error
> What version of the product are you using? On what operating system?
Latest from repository:)
> 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
It should be fixed in the repository.
State: new→upgraded
Title: Decompiled AS2 scource can't compiled again→Direct editing AS1/2: Cast operator
Assigned: → JPEXS
Title: Decompiled AS2 scource can't compiled again→Direct editing AS1/2: Cast operator
Assigned: → JPEXS
yes, it is fixed, thank you
State: upgraded→closed