si infatti ora non posso provare ma va bene così:

stop();
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(success) {
if(success){
this.path.numero_news = this.numero_news;
var i:Number = numero_news
for (i=0; i<numero_news; i++) {
this.path["news_"+i] = this["news_"+i];
}

} else {
trace("Variabili non caricate");
}
};
dati.load("news.txt");