U-X > XML.sendAndLoad |
XML.sendAndLoad
XML.sendandload, sendandload, send and load
Availability
Flash Player 5.
Usage
myXML.sendAndLoad(url,targetXMLobject)
Parameters
url The destination URL for the specified XML object. The URL must be in the same subdomain as the URL where the movie was downloaded from.
targetXMLobject An XML object created with the XML constructor method that will receive the return information from the server.
Returns
Nothing.
Description
Method; encodes the specified XML object into a XML document, sends it to the specified URL using the POST method, downloads the server's response and then loads it into the targetXMLobject specified in the parameters. The server response is loaded in the same manner used by the load method.
See also