Problem with looping swf on stage

Hi,

I am here new so sorry if my problem is obwies for you…

I am creating a web site, and have on my action script layer code like this :

var bg_1:Loader = new Loader();
box.addChild(bg_1);
var bgURL_1:URLRequest = new URLRequest(“MySlideshow.swf”);
bg_1.load(bgURL_1);

This load to stage slide show with couple pictures, the problem begin when i am trying to push buttons witch are in the second lyer.
The slideshow begin loop from begin every time I press a button.
After enter to web, i want to slideshow play automaticly without responding (looping) for clicking on any button.

Thanks for any help…

Sory if i write this post in wrong place :fight::hurt: