LoadVars send is buggy?


based on web server accesses loadvars.send, don't believe works @ all. 

 

i load php page ams/fms actionscript application save data database, passed through loadvars attributes url of php script.

 

var lv = new loadvars();

lv.x = "xyzabc";

lv.send(server +  "test.php");

 

this results in following web server access, no passing of variable in loadvars object url.

"post /folder/test.php http/1.1" 200 441 "-" "-"

 

if replace send load null target loadvars object, variables passed url.

lv.load(server +  "test.php", null);

 

"get /folder/test.php?x=xyzabc http/1.1" 200 441 "-" "-"

 

so have workaround, wrong how using send function? or bug?



More discussions in Adobe Media Server


adobe

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support