non hai letto bene l'articolo, studialo un po' di più

il txt si deve presentare sottoforma di
codice:
&testo=tutto quello che già c'è nel txt
sul pulsante
codice:
on (release){
	myVars = new LoadVars();
	myVars.onLoad = function(success){
		if(success){
			_root.myTextBox.text = myVars.testo;
		} else {
			trace("errore");
		}
	}
	myVars.load("storia/storia.txt");
}