I have an fla that displays its pages in frames using GoToAndPlay(frame)
I had to add a photogallery as a seperate movie as it was too much trouble breaking it apart and trying to get it to work as a movieclip within the main movie so I added some frames at the end of the main timeline of the main movie and dropped a loadMovieNum on the frame.
here is the tricky part,
the loadMovie is in level1 so the main plays the frame /loads the movie on top then at the end of the frame in the main there is GoToAndStop so the main movie goes back to the homepage.
This was done so when you hit the back btn in Movie level 1 it unloads level 1 and you are at the homepage in mainmovie level 0
my problem is there are live buttons underneath in level 0 so if you mouseover the stage on level 1 you can click, this will confuse. I was thinking how can I use LoadMovie and just load the gallery on level 0 ?