ciao a tutti
qualcuno sa spiegarmi perchè non funziona l'opzione "rendi testo come HTML"
codice:
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();
questo per caricarlo mentre nel txt
[code]
&testo=qua
[code]
:master: