uso questo codice e attivo lo switch HTML tag sul pannello txtarea ,+ ho incluso tutti i caretteri, ma un file che inizia con testo=<b<biografia[/b] pippo....
ad esempio visualizza solo pippo....


why ?


codice:
System.UseCodepage = true;
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(success)
{
	if (success){
		this.path.txt_area.html = true;
		this.path.txt_area.htmlText = this.testo;
		this.path.gotoAndStop("bio_txt_end");
	}else{
		this.path.txt_area.text="File non Trovato";
	}
};
dati.load("txt/luca_biografia.txt");
stop();