MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 1035

Actionscript language reference
Table of Contents

Advertisement

flooring.ignoreWhite = true;
// After loading is complete, trace the XML object
flooring.onLoad = function(success) {
trace(flooring);
};
// load the XML into the flooring object
flooring.load("flooring.xml");
For the contents of the flooring.xml file, and the output that this example produces, see the
example for XML.ignoreWhite.
See also
XML.loaded,
XML.onLoad
XML.load() 1035

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx

Table of Contents