codice:dati = new LoadVars(); dati.path = this; dati.onLoad = function(info) { if(info)this.path.campo.text = this.variabile; }; dati.load("testo.txt");
codice:dati = new LoadVars(); dati.path = this; dati.onLoad = function(info) { if(info)this.path.campo.text = this.variabile; }; dati.load("testo.txt");