F8 - Scrolling Dynamically Loaded Text Error?

[SIZE=2]I recently tried the [FONT=Verdana][COLOR=#003366]Scrolling[/COLOR][/FONT][/SIZE][FONT=Verdana][SIZE=2][COLOR=#003366]** Dynamically Loaded Text** [COLOR=Black]tutorial posted by Kirupa here[/COLOR][COLOR=Black] …

It is a really straight forward tute, and I duplicated it exactly. The only problem is that when I compile my SWF file, I get the following error…[/COLOR]
[/COLOR][/SIZE][/FONT]
*[COLOR=DarkRed]“The identifier ‘loadVars’ will not resolve to built-in object ‘LoadVars’ at runtime. loadText = new loadVars();”[/COLOR]

*After the error, the text scroller does not work. Does anyone know why this would happen? Any help would be much appreciated…

Here is the full AS…

[COLOR=DarkRed]loadText = new loadVars();
loadText.load(“kirupa.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
scroller.text = this.kirupatext;
};[/COLOR]

Thanks!