MOVIE loading problem... PLEASE HELP

Hi, thanks for your trying to help.

I’ve been trying to load a small .swf file from a bigger main movie.
i used…

[COLOR=green]_root.blah.loadmovie(“smallmovie.swf”); [/COLOR]

but, when i test play it, publish it, export it or whatever, it only comes out with a couple objects from the “smallmovie.swf” I have tried playing around with the levels, but there was no luck.

I have buttons embedded in a movie with the buttons laced with actionscript. But i don’t understand how that has anything to do with just trying to load a movie…

PLEASE SOMEONE HELP
:h:

have you tried just loading it to _root?


_root.loadMovie("smallmovie.swf");

see if that works.

but what is blah? is that an MC that you are loading to?

I’ve tried just _root, but it doesnt seem to work. Blah is a movieclip that I load outside source movies to.

I am starting to think that it is the smallmovie that is messed up…