codice:
arr = new Array(1,2,3); 

for(i = 0; i < arr.length; i++) { 
_root["num_"+i].text = arr[i]; 
}