MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 1025

Actionscript language reference
Table of Contents

Advertisement

for (var stringNode:XMLNode = childNode.firstChild; stringNode != null;
stringNode = stringNode.nextSibling, j++) {
masterArray[i][j] = stringNode.firstChild.nodeValue;
}
To view the entire script, see XML_languagePicker.fla in the HelpExamples folder:
Windows: \Program Files\Macromedia\Flash MX 2004\Samples\HelpExamples\
Macintosh: HD/Applications/Macromedia Flash MX 2004/Samples/HelpExamples/
See also
XML.appendChild(), XML.insertBefore(),
XML.removeNode()
XML.firstChild 1025

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx

Table of Contents