for (i = 0; i < 5; i++) {
pod = (“pod0”+i);
pod.PicHolder.onPress = function(){
getURL(myXML.firstChild.childNodes[1].childNodes*.childNodes[0].firstChild.nodeValue, "_blank ");
}
}
I have 5 Movie clips named pod01-5. I just want to it to loop pod0+i.
what is the correct syntax for this.
thank you for you help