forse era una roba del genere
codice:
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(success){
    if(success){
	for(name in this){
		this.path[name] = this[name];
	}
	gotoAndPlay(3);
    } else {
        trace("Variabili non caricate");
    }
};
dati.load("news.txt");