XML.send() 769
XML.removeNode()
Availability
Flash Player 5.
Usage
my_xml.removeNode()
Parameters
None.
Returns
Nothing.
Description
Method; removes the specified XML object from its parent. All descendants of the node are
also deleted.
XML.send()
Availability
Flash Player 5.
Usage
my_xml.send(url, [window])
Parameters
url
The destination URL for the specified XML object.
window The browser window to display data returned by the server: _self specifies the current
frame in the current window,
_blank specifies a new window, _parent specifies the parent of the
current frame, and
_top specifies the top-level frame in the current window. This parameter is
optional; if no
window parameter is specified, it is the same as specifying _self.
Returns
Nothing.
Description
Method; encodes the specified XML object into an XML document and sends it to the specified
URL using the POST method.