Loading a Text box from a different movie

When I have my text box set up within its own movie, it reads from a .txt file and works fine.

The problem is, I am loading the movie with the .txt file from another movie.

Base Movie >>loads >>.TXT Movie
but the text wont show, but the other items in that movie will.

If someone can help me out, it would be great!

Howdy…

That’d be either the font problem or the path problem…

If it is the font problem, embed the same font with the same linkage name into the library of your base movie… and test your movie to see if it does the trick…

If it is the path problem, you probably have _root.blahblah in your external movie file which needs to be changed to something like _level0.blahblah… If it is the path problem and you cannot fix it, please upload/post your code so that other people can help you… =)

This is a piece of my movie. This should load a movie holding a movie clip containing: A scrollable text field that reads from a .txt file.

When I export the file, only the scroll bars show up, but the text area does not. Can anyone help me with it?

www.thepraktis.com/daryl/base.fla << This movie loads the next movie

www.thepraktis.com/daryl/home.fla << This movie is loaded by base.swf and loads textbox.swf

www.thepraktis.com/daryl/textbox.fla << This is the movie that doesnt show up correctly

Any help with this would be great