Site Archives actionscript

FLASH: Recursively parse XML into an array


Flash does not make it easy to handle XML. I’ve used some really bad code to help me parse arrays until I came up with this. It doesn’t handle elements of the same name at the same level, but it can probably be modified to do so.

var myParsedXML = new Array();
 
var myXML = [...]