Hey,
I have successfully loaded an external XML data file into my movie. Now I
would like to save the node values into an array so i can manipulate and call
as required...Is this possible or is there a better way to go about this?
Perseus101 - 21 Jan 2007 05:08 GMT
Well since you have the XML object loaded, all you would need to do is extract
the nodes and data you needed then push them onto the array..
If you are not too sure how to go about this, give us the XML schema (xml
structure) of what was loaded and what you need and we can shoot you some basic
code to get it done.
The Feldkircher - 24 Jan 2007 11:51 GMT
Hi
Have a look at the XPath API its so easy everybody should use it.
http://download.macromedia.com/pub/documentation/en/flash/fl8/XpathAPI.pdf
Hope it helps