Dynamic Text in a movie clip?

Thanks alot. I really appreciate your help. I think I found another way to do it too this morning.

loadText = new loadVars();
loadText.load(“history.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
textbox.text = this.historyText;