Quetion about loadMovie

I have a movie script with 3 levels. Level 1 is the main one, level 2 is the menu, level 3 is the contents.

I have created another movie clip (notes.swf) which will load text from external text file. I used - loadVariablesNum ("…/TextFiles/Notes.txt", 4); but when I played the movie, it didn’t load the text file. But if I play notes.swf alone and change the level to 0 instead 4, it works.

What do I do?

Jeremy