JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#425 loadVariables is compiled incorrectly
Author: user svetlana
Date created:
Type: bug
Visibility: Everybody
Assigned to: admin JPEXS
State: closed Help

> What steps will reproduce the problem? Add the following line into existing or new ActionScript source, save and check generated p-code loadVariables("url",data,"POST"); > What is the expected output? What do you see instead? The last p-code instruction should be "GetURL2 true true 2" but "GetURL2 false true 2" is generated instead > What version of the product are you using? On what operating system? 1.7.4 / 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
user
developer
Currently the 1st and 2nd parameter is always false and true for loadVariables. asdec\trunk\src\com\jpexs\decompiler\flash\action\model\LoadVariablesActionItem.java line 71: return toSourceMerge(localData, generator, urlString, targetString, new ActionGetURL2(method, false, true)); I can try to fix this issue, if you explain me how to know the values of these 2 parameters.
admin
State: new→opened
Assigned:admin JPEXS
admin
It should be fixed in latest nightly build.
State: opened→upgraded
developer
Closed due to inactivity.
State: upgraded→closed