Issue with displaying data from external variables

[COLOR=#003366][FONT=Verdana]Hello all,[/FONT][/COLOR]
[COLOR=#003366][/COLOR]
[COLOR=#003366]I’m a newbie and have a quick question regarding pulling in external variable data from a text file…[/COLOR]
[COLOR=#003366][/COLOR]
[COLOR=#003366]I followed the tutorial on Kirupa.com [/COLOR][COLOR=#003366][FONT=Verdana]“Displaying[FONT=Verdana][COLOR=#003366] Data from an External File” which was great. My issue is, I have 2 text fields INSIDE movie clips (so can animate/fade/move them basically), and I’m having a problem referncing them…[/COLOR][/FONT][/FONT][/COLOR]
[COLOR=#003366][/COLOR]
[COLOR=#003366]Per the tutorial…here is the scrips with variables I am using:[/COLOR]
[COLOR=#003366][/COLOR]
loadText = new LoadVars();
loadText.load(“variables.txt”);
loadText.onLoad = function() {
company.text = this.company;
slogan.text = this.slogan;
};

This basically loads the variables into 2 txt fields on the root timeline…but the way I need my version to work, I have my txt fields within movie clips (MCcompany and MCslogan), and not sure of the syntax changes to do this.

Hopefully this makes sense. Any help/suggestions/tutorials would be great appreciated…

Thanks!