Nest kirupa's photo gallery into your movie

Hi there,
This will be my first post at this forum. I love this Kirupa site because of it’s great tutorials.

I have used Kirupa’s tutorial of the photo gallery a while ago, but for a new site I wanted to use it again, though loaded in a different movie.

I created a file that contains a menu that should load the gallery.
It’s quite simple because I give the buttons this code:

on (release){
loadMovie('gallery-ringen.swf', 'container');
}

or

on (release){
container.loadMovie('gallery-ringen.swf',);
}

All works well. The menu does load the gallery-ringen.swf, but it doesn’t show the images.
The jpgs are not loaded and for me the code is too complex to understand why it won’t load.
I suspect there might be a problem with the roots being confused, but I can’t figure out what to change after trying a few things.

Is there possibly a simple solution I am overlooking?

Hopefully someone can help me with this.

Thanks in advance!!

P.s.: I did search through this forum if this problem has occured before. It did, but those topics were just a bit more advanced then my question :slight_smile:
So I couldn’t use them.
Apologies for bringing it up again.