loadVariables

This is a sort of simple question, with hoplefully a simple answer - so please don’t flame me or anything because of it.

I have a dynamic text file inside a movieclip…
(mc instance name is - home_mc; dynamic text instance name & var is - title1)

When using a loadVariables to load text from a .txt file into it the result is as follows:

My code:


loadVariables("text/welcome.txt",this);

The result:


_level0.home_mc.title1

Why?
How can I get it to output the text in the text file inside the mc? - thanx