182
Server-Side ActionScript Language Reference
// <middle />
// <youngest />
See also
XML.appendChild()
,
XML.insertBefore()
,
XML.removeNode()
XML.getBytesLoaded()
Availability
Flash Media Server 2.
Usage
my_xml
.getBytesLoaded()
Parameters
None.
Returns
An integer that indicates the number of bytes loaded.
Description
Method; returns the number of bytes loaded (streamed) for the XML document. You can
compare the value of
getBytesLoaded()
with the value of
getBytesTotal()
to determine
what percentage of an XML document has loaded.
See also
XML.getBytesTotal()
XML.getBytesTotal()
Availability
Flash Media Server 2.
Usage
my_xml
.getBytesTotal()
Parameters
None.
NO
TE
In Flash Media Server, the output of
trace()
statements appears in the application log
file and Application inspector.