Dynamic text not visible when loaded into another movie (part2)

I´ve got a movie (dynamic.swf) containing dynamic text. This works just fine by itself, but when I try to load this movie into another movie (template.swf), I can´t see the dynamic content. All files (1 .txt, 2 .swf´s) are stored in the same dir. The syntax in (template.swf) is:

on (release) {
loadMovieNum(“dynamic.swf”,1);
}

What could possibly be wrong here?

/ Drillerman