Does this look like it would work?

loadMovieNum ("multimedia.swf", 2);
tellTarget ("_level2") {
gotoAndPlay (16);
}
stop ();




Is there any reason that the tellTarget line would be ignored? (that's the problem I'm facing -- everything seems to stop at line1, the loadMovie line)

THANKS!