X-Z > XML.send

XML.send

Syntax

myXML.send(url);
myXML.send(url, window);

Arguments

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.

Description

Method; encodes the specified XML object into a XML document and sends it to the specified URL using the POST method.

Player

Flash 5 or later.