Problem with Loading Text From External Sources tut on this site

It can be located: http://www.kirupa.com/developer/mx/multiple_dynamictext.htm

It just doesn’t seem to want to work for me. :frowning:

Here’s the error code it leaves:

Warning Scene=Scene 1, layer=Layer 1, frame=1:Line 2: The identifier ‘loadVars’ will not resolve to built-in object ‘LoadVars’ at runtime.
loadText = new loadVars();

Warning Scene=Scene 1, layer=Layer 1, frame=1:Line 2: The identifier ‘loadVars’ will not resolve to built-in object ‘LoadVars’ at runtime.
loadText = new loadVars();

Warning Scene=Scene 1, layer=Layer 1, frame=1:Line 2: The identifier ‘loadVars’ will not resolve to built-in object ‘LoadVars’ at runtime.
loadText = new loadVars();

Total ActionScript Errors: 3 Reported Errors: 3

And I’ve uploaded the FLA. Hope you can help me.