Level showing up in dynamic text field

Hi there,
My first message! :slight_smile: But that’s not important right now. I have a weird problem that’s having me scratching my head for a while. I can’t seem to figure out how to fix it. I’m hoping someone here has the solution.

I have a movie which loads 7 swfs in each of their own level. On _level2, I have a movie with a dynamic text field (on the stage, not in a movieclip, if that matters).

The textfiled is set to dynamic text, multiline, and the variable is news. On the timeline, in a frame, is a script which reads simply:
loadVariables (“news.txt”, “_level2”);

As the flash file loads (in IE), in the area where the dynamic text is, the following is displayed:

_level2.news

and then a few seconds later, it’s replaced with the text in my text file.

I can’t figure out how to fix this. Any one know how to fix this? I’m using Flash MX for the PC.