stop();
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(success) {
if(success){
for (i=1; i<4; i++) {
this.path["news_"+i] = this["news_"+i];
}
} else {
trace("Variabili non caricate");
}
};
dati.load("news.txt");
prova!!!!
stop();
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(success) {
if(success){
for (i=1; i<4; i++) {
this.path["news_"+i] = this["news_"+i];
}
} else {
trace("Variabili non caricate");
}
};
dati.load("news.txt");
prova!!!!