Please, help with loadMovie

after a nice tutorial i made my site in flash… but i have problems with load in flash another flash, wich loads another flash…
In the main menu i use the code for import swf-file:
on (release) {
_root.contents.loadMovie(“gallery.swf”);
}

than, in gallery.swf the same code for another button:
on (release) {
_root.contents.loadMovie (“FotosAsSWF/001.swf”);
}
no problem if i start .swf separatly, but if i integrate the gallery.swf into main.swf, loadMovie will not load “FotosAsSWF/001.swf” :frowning:
Please, help!