X-Z > XML.sendAndLoad

XML.sendAndLoad

Syntax

myXML.sendAndLoad(url,targetXMLobject);

Arguments

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.

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 arguments. The server response is loaded in the same manner used by the load method.

Player

Flash 5 or later.

See also

XML.load