Giusto, c'è anche quello. Dovrebbe essere (usa un contatore qualsiasi per il ciclo):

codice:
for(var n = 0; n <= Number(this.Total) - 1; n++){ 
	_root["ist_data"].text = this["News" + n];
}