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
The destination URL for the specified XML object.
url
The browser window to display data returned by the server:
window
frame in the current window,
current frame, and
optional; if no
window
Returns
Nothing.
Description
Method; encodes the specified XML object into an XML document and sends it to the specified
URL using the
POST
specifies a new window,
_blank
specifies the top-level frame in the current window. This parameter is
_top
parameter is specified, it is the same as specifying
method.
specifies the current
_self
specifies the parent of the
_parent
.
_self
XML.send()
769
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?