ciao a tutti
qualcuno sa spiegarmi perchè non funziona l'opzione "rendi testo come HTML"
questo per caricarlo mentre nel txtcodice:function txtesterno() { car = new LoadVars(); car.load("il gruppo.txt"); car.onLoad = function(success) { if ((success)) { testo = new String(); testo = car.testo; testoesterno.text = testo; testoesterno.text.htmlText; } else { testoesterno.text = "ERRORE - non è stato possibile caricare il file di testo"; } }; } txtesterno(); testoesterno.text.htmlText; system.useCodepage = true; stop();
[code]
&testo=qua
[code]
:master: