codice:
System.useCodepage = true;
this.testo.html = true;

dati = new LoadVars();

dati.onLoad = function(ok) {
	if (_root.loto === "chisiamo") {
		testo.text = this.chisiamo;
	} else if (_root.loto === "attivita") {
		testo.text = this.attivita;
	} else if (_root.loto === "raggiungerci") {
		testo.text = this.raggiungerci;
	} else if (_root.loto === "contattaci") {
		testo.text = this.contattaci;
	}else if (_root.loto === "link") {
		testo.text = this.link;
}
		};
dati.load("dati.txt");
carico la variabile...e fin qui tutto ok,,,
ma perché non me lo visualizza come html?