loadMovie loading JPG disspears

I have a gallery of 15 images and it’s basically a slideshow controlled by left and right arrow, there is a movie clip with an instance name of “holder”

and timeline has following layers/items:


[COLOR=#696969]**Layer 1: **Left/Right Arrows (with action to go to next frame/prev frame) x15 frames
**Layer 2: **has holder movie with an instance name of “holder”
Layer 3: has actionscript to each frame,
[/COLOR][COLOR=#808080]{
loadMovie(“http://www.google.com/1.jpg”, holder);
} [/COLOR][COLOR=#696969]
Layer 4: has 15 frames, each frame has action: stop();[/COLOR]

The weird thing is, it loads the JPEGs and navigation works fine but if you leave the image on, it dissapears (in exactly 28 seconds), what am I doing wrong? :whistle2: