Did you try this?
trace("Where is my text? = "+xmlData.col.(@id1 == 'Photography').vid.*);
shyam
2009-09-29 19:19:26
Did you try this?
trace("Where is my text? = "+xmlData.col.(@id1 == 'Photography').vid.*);
for each(var vidXml:XML in xmlData.col[0].vid.*) {
trace("loop # = "+vidXml);
aNewTextArray.push(vidXml);
}
// try this