La cosa es que el template trae un banner principal, se puede cambiar las imagenes del banner dandole click a (1,2,3,4,5) si le das click a la 5 te muestra la 5 y asi por el estilo me gustaria que se cambien automaticamente y que las este mostrando todas, buscan en los actions me encontre este:

Código PHP :

stop ();
function PlayBigPic()
{
    _root.gallery.allImages.play();
     clearInterval(IntervalMy);
} // End of the function
function PlayInterval()
{
    IntervalMy = setInterval(PlayBigPic, 2000);
} // End of the function
bb.useHandCursor = 0;
_root.scroller._x = 3.502000E+002;
_root.scroller._y = 2.007000E+002;
_root.scroller.gotoAndStop(2);
_root.link = 1;
_root.animation = 0;
_root.linkImages = 0;
_root.linkImages_prev = 0;
_root.title = nameGalleryPage;
_root.numGallery = 0;



veo que hay un clear interval para matar el intervalo o sea no se ejecutan esos 2 segundos, tienes alguna idea de como pueda hacer esto?

Saludos y muchas gracias