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
