Flash Player 6.
myLoadVars
.sendAndLoad(
url
, targetObject
[,
method
])
loadVarsObject
The LoadVars object to upload variables from.
url
The URL to upload variables to.
targetObject
The LoadVars object that receives the downloaded variables.
method
The GET
or POST
method of the HTTP protocol.
A string.
Method; posts variables in the myLoadVars
object to the specified URL. The server response is downloaded, parsed as variable data, and the resulting variables are placed in the targetObject
object.
Variables are posted in the same manner as LoadVars.send(). Variables are downloaded into targetObject
in the same manner as LoadVars.load().
This method is similar to the XML.sendAndLoad() method of the XML object.