Help please

I have a page that loads up 9 image icons targeting 9 movies. The first page loads up great. when i jump to another page within a movie(content):

loadMovie("images/gallery1/image1.jpg", _level0.content.image1);
loadMovie("images/gallery1/image2.jpg", _level0.content.image2);
loadMovie("images/gallery1/image3.jpg", _level0.content.image3);
loadMovie("images/gallery1/image4.jpg", _level0.content.image4);
loadMovie("images/gallery1/image5.jpg", _level0.content.image5);
loadMovie("images/gallery1/image6.jpg", _level0.content.image6);
loadMovie("images/gallery1/image7.jpg", _level0.content.image7);
loadMovie("images/gallery1/image8.jpg", _level0.content.image8);
loadMovie("images/gallery1/image9.jpg", _level0.content.image9);

only 1 icon pops up in the targeted movie(content) i guess this looks Half A** And i thought it would work. I also made all of the movies(image*) its own keyframe and still no luck.