MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1288

Actionscript 2.0 language reference
Table of Contents

Advertisement

Method summary
Modifiers
Signature
addRequestHeader(hea
der:Object,
headerValue:String)
: Void
createElement(name:S
tring) : XMLNode
createTextNode(value
:String) : XMLNode
getBytesLoaded() :
Number
getBytesTotal() :
Number
load(url:String) :
Boolean
parseXML(value:Strin
g) : Void
send(url:String,
[target:String],
[method:String]) :
Boolean
sendAndLoad(url:Stri
ng, resultXML:XML) :
Void
1288
ActionScript classes
Description
Adds or changes HTTP request headers (such as
Content-Type or SOAPAction) sent with POST
actions.
Creates a new XML element with the name specified
in the parameter.
Creates a new XML text node with the specified text.
Returns the number of bytes loaded (streamed) for
the XML document.
Returns the size, in bytes, of the XML document.
Loads an XML document from the specified URL, and
replaces the contents of the specified XML object
with the downloaded XML data.
Parses the XML text specified in the value parameter,
and populates the specified XML object with the
resulting XML tree.
Encodes the specified XML object into an XML
document and sends it to the specified target URL.
Encodes the specified XML object into an XML
document, sends it to the specified URL using the
POST method, downloads the server's response, and
loads it into the resultXMLobject specified in the
parameters.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents