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#507 editing AS directly: object literal problem
Author: karl
Date created:
Type: bug
Visibility: Everybody
Assigned to: JPEXS
Labels: AS1/2
State: closed
> What steps will reproduce the problem?
Whenever I try to input this in my code:
whatever[100] = {ip:"127.0.0.1"};
> What is the expected output? What do you see instead?
When I save, it replaces it with:
ip.127.0.0.1 = 3;
Any idea how to stop it from doing this? Thank you.
> What version of the product are you using? On what operating system?
Latest, on Windows.
> 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's a SWF written in AS2.
State: new→opened
It should be fixed in latest nightly build.
State: opened→upgraded
Closed due to inactivity.
State: upgraded→closed