Problems loading Photo gallery into another movieclip

I have create a photo gallery with help of the tutorial and everything works fine. But when I want to load this gallery into a other movieclip the problems begins. I only see the first photo and no buttons.

What I do:

on (release) {
_root.contents.loadMovie(“studio.swf”,1);
}

The file studio.swf is the Photo gallery and display the picture into movieclip called photo. I think it has something to do with de levels but I can’t find a solution for it.

The gallery works with “_root.photo” so it possible that they on the same level…

If my English is not that good i’m sorry, Karel Delvoye

I removed the _root. from the photo gallery actionscript and it works fine…