Load External Text

Yes, yes, I know how but…

How do I have it so I don’t have to put thing= text
in the text file

Text File:

 Chat= testing 

Flash File:

loadText = new LoadVars();
loadText.load("chat.txt");
loadText.onLoad = function(success) {
if (success) {
chat.html = false;
chat.htmlText = this.chat;
}
};

I hope you know what i Means

Let me say the qeurstion again. I don’t want chat= in the text file

-cxn