codice:
on(release){
	trace("Simbolo 2");
	dati = new LoadVars();
	dati.onLoad = function(success){
	     testo.html = true;
             testo.htmlText = dati.testo;
	};
	dati.load("news2.txt");	
}