MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 760

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

Advertisement

XML.firstChild
Availability
Flash Player 5.
Usage
my_xml.firstChild
Description
Property (read-only); evaluates the specified XML object and references the first child in the
parent node's children list. This property is
property is undefined if the node is a text node. This is a read-only property and cannot be used
to manipulate child nodes; use
manipulate child nodes.
See also
XML.appendChild()
XML.getBytesLoaded()
Availability
Flash Player 6.
Usage
XML.getBytesLoaded()
Parameters
None.
Returns
An integer indicating the number of bytes loaded.
Description
Method; returns the number of bytes loaded (streamed) for the XML document. You can
compare the value of
percentage of an XML document has loaded.
See also
XML.getBytesTotal()
760
Chapter 12: ActionScript Dictionary
appendChild()
,
XML.insertBefore()
with the value of
getBytesLoaded()
if the node does not have children. This
null
,
insertBefore()
,
XML.removeNode()
getBytesTotal()
, and
to
removeNode()
to determine what

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