MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 193

Server-side actionscript language reference
Table of Contents

Advertisement

XML.loaded
Availability
Flash Media Server 2.
Usage
my_xml.loaded
Description
Property; a Boolean value that is
call completed successfully;
XML.load()
Example
The following example uses the
var my_xml = new XML();
my_xml.ignoreWhite = true;
my_xml.onLoad = function(success) {
trace("success: "+success);
trace("loaded:
trace("status:
};
my_xml.load("http://www.flash-mx.com/mm/problems/products.xml");
Information writes to the log file when the
successfully, the
loaded
example:
success: true
loaded:
true
status:
0
In Flash Media Server, the output of
file and Application inspector.
See also
XML.load(),
XML.onLoad
if the document-loading process initiated by the
true
false
XML.loaded
"+my_xml.loaded);
"+my_xml.status);
onLoad
status
is written to the log file, as shown in the following
true
trace()
otherwise.
property in a simple script:
handler is invoked. If the call completes
statements appears in the application log
XML class
193

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents