Somebody Please Please Help Me

Hello

I have created a picture gallery, using the Flash MX tutorial on Kirupa, in a seperate .swf file and it works fine. But when i try to load that .swf file within another .swf file only the first picture shows and none of the buttons to go forward and back for the pistures show up. Any help would be much appreciated on how I can overcome this problem as its the last thing I need to do in order to complete the website I’m doing.

Thank you

post your fla(s)… it must be a problem with levels, and the fact that the _root of the gallery is no longer the _root of the whole movie…
If you dont want to post your flas since it’s your website then try to write some of your actionscript down here…

Hello and Thank You for your reply

I have attached the fla for the gallery I made. Due to file size constraints i have only included 5 pics. Just unzip the file into any folder and the pictures should be put into a seperate folder called pics. I haven’t managed to include the fla for the file which is trying to load the gallery although the only actionscript in that file is:

_root.gallerymovie.loadMovie(“gallery.swf”);

I thought i would also mention that the way the website is working at the moment is that there is an swf for the navigation bar. When you click on the pictures button another swf is loaded and within that swf there is the above script to load the gallery. So as u can see there is 2 sets of loading going on and then the gallery. Hope all this information helps.

Thanks Again

try using _parent in the movieclip that contains the buttons im sure its just a targetting problem