[Actionscript 2.0]
Just wondering if you can use the sendAndLoad method of the Loadvars object to send “POST” data to a server then recieve the response in an XML object.
EXAMPLE
var lvObj:LoadVars=new LoadVars();
var xmlObj:XML=new XML();
lvObj.something=true;
lvObj.sendAndLoad("script.php",xmlObj,"post");
Is it possible? Any help will save me from the “Trail & Error” process.
Thanx