Loadmovie external swfs

I have 4 empty movies on my stage. And they all have a different instance names.
I can easily load movies in it. with this script: on the first frame:

_level0.fotos.loadMovie(“foto1.swf”);
_level0.menus.loadMovie(“buttons.swf”);
_level0.laatste_projecten.loadMovie(“projecten.swf”);
_level0.logo.loadMovie(“logo_creative.swf”);

but i cant have them in different levels like _level01 or wit loadMovieNum

Question 1: Can someone exactly tell me how i can do that?