Flash: xml->array
Flash: xml->array
Out of context: Reply #8
- Started
- Last post
- 27 Responses
- quoo0
but basically, just assign myArray = path.childNodes... then you can use myArray[i].firstchild.nodeValue to iterate through the the nodes using a loop.
but basically, just assign myArray = path.childNodes... then you can use myArray[i].firstchild.nodeValue to iterate through the the nodes using a loop.