Dynamic text not showing

hi
i’m trying to load a txt file into a swf, it works fine if i view the swf on its own.
the problem is the swf is loaded into another movie, and the text is not showing. the rest of the page shows including the scroll bar…and it scolls the right amount for the text…just no text !

hope you can help

this is the script i’m using

loadText = new loadVars();
loadText.load(“upload/topten_list.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
playtext.text = this.playlist;
};

i’m new to flash, so i think it’s the “this.” bit but not sure