codice:
a= new LoadVars();
a.load("testo.txt");
a.onLoad = function() {
   trace(a.testo);
}