А так:

Код:
for (i=0; i<6; i++) {
_root['clip_d']['mc'+i].onRelease = function() {
trace(xmlNode.childNodes[this._name.substr(2,2)].childNodes[0].firstChild.nodeValue);
trace(xmlNode.childNodes[this._name.substr(2,2)].childNodes[1].firstChild.nodeValue);
}
}