R – Can’t get XML node info to trace out :(

actionscript-3flashxml

this should be a very simple trace out… but I have no idea why it's not working.

My XML
old…

Best Solution

for each(var vidXml:XML in xmlData.col[0].vid.*) {
    trace("loop # = "+vidXml);
    aNewTextArray.push(vidXml);
}

^ Try this