the third part in the flash and xml series. part 4 coming soon. var myXML:XML = new XML(); myXML.ignoreWhite=true; myXML.onLoad = function(sucess) { if(sucess) { subjectTXT = this.firstChild.childNodes[0].childNodes[2].firstChild.nodeValue; fromTXT = this.firstChild.childNodes[0].chi...