crei una casella di testo dinamico con nome variabile:
"bobi"
sul frame metti:
n.b. il file di testo txt deve trovarsi nella stessa cartella del tuo file swf!!codice:System.useCodepage=true dati = new LoadVars(); dati.path = this; dati.onLoad = function(success) { if(success){ this.path.bobi = this.bobi; } else { // istruzioni per l'errore di caricamento } }; dati.load("perbio.txt");
![]()