Loading external text

I’m trying to load text1.txt in my dynamic text box Scrolltext, but it won’t work. I have tried several tuts on several sites, but none of these work. Here is my script:


loadText = new loadVars();
loadText.load("TEXT2.txt");
loadText.onLoad = function(success) {}
	if (success) {
			// trace(success);
			scrolltext.html = true;
			 scrolltext.htmlText = this.myNews;
	}