sembra quasi ke sia tu a fare un favore a me :quipy:
komunque:
codice:
dati = new LoadVars();
dati.path = this;
this.path.tutto.html=true;
this.path.tutto.htmlText="Loading Data From DataBase"
dati.onLoad = function(success) {
if (success) {
this.path.news=dati.news;
} else {
trace("Errore nel caricamento file!");
}
};
dati.load("news.txt");
il campo di testo dinamiko non deve avere "news" nel campo variabile, ma il campo di testo dinamiko deve avere kome nome istanza "news".
anke se ci sono troppe kose ke si kiamano "news", io cambierei qualke nome, tanto per non fare konfusioni.