Xml.loaded - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

XML.loaded

Availability
Flash Player 5.
Usage
my_xml.loaded:Boolean
Description
Read-only property; a Boolean value that is
XML.load()
call has completed successfully; otherwise, it is
Example
The following example uses the
var my_xml:XML = new XML();
my_xml.ignoreWhite = true;
my_xml.onLoad = function(success:Boolean) {
trace("success: "+success);
trace("loaded:
trace("status:
};
my_xml.load("http://www.flash-mx.com/mm/problems/products.xml");
Information displays in the Output panel when the
successfully,
true
success: true
loaded:
true
status:
0
See also
XML.load(),
XML.onLoad
1036
Chapter 2: ActionScript Language Reference
XML.loaded
"+my_xml.loaded);
"+my_xml.status);
displays for the
loaded
if the document-loading process initiated by the
true
false
property in a simple script:
handler invokes. If the call completes
onLoad
status in the Output panel.
.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents