Dynamic text from .txt loading into swf within swf

I have managed to get my data from a txt to load into my movie.

However, when this movie (movie1) is loaded into another movie (movie2) my dynamic text fails to work, does anyone know what I should do?

Sample of code I am using:

loadVariables(“C_Listing.txt”, “_root.varCam”);
{
}

This is what it brings up when I try to load the txt file:

_level0.lettercontent.varCam

(where lettercontent is the name of the movieclip that the (movie1) is loaded into in (movie2).

CHEERS.