Ciao a tutti
ho inserito un preload per un filmato dove nell'unico fotogramma che c'è ho inserito questo script:
perchè mi fa visualizzare il preload in ritardocodice:system.useCodepage = true ; stop(); dati = new LoadVars(); dati.path = this; dati.onLoad = function(success) { if(success){ this.path.testo_txt.text = this.testo; this.path.testo_txt.html = true; this.path.testo_txt.htmlText = this.testo; } else { this.path.testo_txt.text = "File non trovato"; } }; dati.load("vini.txt");