MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 718

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
onData
= function(src:String) {}
onLoad
= function(success:Boolean) {}
Constructor summary
Signature
XML(text:String)
Method summary
Modifiers
Signature
addRequestHeader(header:Obje
ct, headerValue:String) :
Void
createElement(name:String) :
XMLNode
createTextNode(value:String)
:
XMLNode
getBytesLoaded() :
getBytesTotal() :
load(url:String) :
718
ActionScript classes
property),
__proto__ (Object.__proto__
property),
Description
Invoked when XML text has been completely
downloaded from the server, or when an error
occurs downloading XML text from a server.
Invoked by Flash Player when an XML
document is received from the server.
Description
Creates a new XML object.
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
Number
(streamed) for the XML document.
Returns the size, in bytes, of the XML
Number
document.
Loads an XML document from the specified
Boolean
URL, and replaces the contents of the
specified XML object with the downloaded
XML data.
__resolve

Advertisement

Table of Contents
loading

Table of Contents