MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 761

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

XML.getBytesTotal()
Availability
Flash Player 6.
Usage
XML.getBytesTotal()
Parameters
None.
Returns
An integer.
Description
Method; returns the size, in bytes, of the XML document.
See also
XML.getBytesLoaded()
XML.hasChildNodes()
Availability
Flash Player 5.
Usage
my_xml.hasChildNodes()
Parameters
None.
Returns
A Boolean value.
Description
Method; returns
Example
The following example uses the information from the XML object in a user-defined function.
if (rootNode.hasChildNodes()) {
myfunc (rootNode.firstChild);
}
if the specified XML object has child nodes; otherwise, returns
true
false
XML.hasChildNodes()
.
761

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents