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.

#425 loadVariables is compiled incorrectly
Author:
svetlana

Date created:
Type: bug
Visibility: Everybody
Assigned to:
JPEXS

Labels: AS1/2Direct Editation
State: closed 

> 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
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.
It should be fixed in latest nightly build.
State: opened→upgraded
Closed due to inactivity.
State: upgraded→closed