Bug with IE11
hi
i have bug report make
var variables:urlvariables = new urlvariables();
variables.gamename = "ruliman";
var scriptrequest:urlrequest = new urlrequest("test.php");
scriptrequest.method = urlrequestmethod.post;
scriptrequest.data = variables;
var loader:urlloader = new urlloader();
loader.dataformat = urlloaderdataformat.variables;
try{
navigatetourl(scriptrequest,"_self");
}
catch (error:error) {
trace("unable load url");
}
this simple program post variable called gamename url test.php , @ same time go url test.php
result :
the url called variable isn't posted. parameter "_blank" in navigatetourl instruction, variable posted , url called of course.
this happen ie11 last update 11.0.9600.16438
regards,
don't know if "got memo", ie microsoft product, , not adobe.
outside of windows 7, ie11's flash player proprietary ie, modified microsoft, embedded microsoft, , maintained microsoft.
More discussions in Using Flash Player
adobe
Comments
Post a Comment