Problem with dynamic text loading

Greetings from israel !
Its a simple matter of loading text from a text file named “data”
into a dynamic field.
the code in the frame it self is

  
loadText = new LoadVars();
loadText.load("data.txt");
loadText.onLoad = function() {
name.text = this.name;
};

The thing is that the SWF file i load the text into (called “RASHI.swf”)
i loaded into another SWF file called “index.swf”
My site is based on this tutorial
[size=2]http://www.kirupa.com/developer/mx2004/transitions.htm[/size]
[size=2][/size]
[size=2]when i run “RASHI.swf” on my PC everything is fine and the text is loaded[/size]
[size=2]but when i run “index.swf” (again, on my PC, not the web) it says “Undefined”[/size]
[size=2]here is a picture [/size]
the left side is a screen shot of the RASHI.swf file
and the right side is a picture of the index.swf file (the RASHI.swf file is loded into him).

I dont seem to understand what the problem is
but its driving me mad!

thanks for your help!
[size=2]
[/size]