prova cosi

sul frame 91

stop();
tempo = setInterval(function () {
//qui quello che vuoi
play();
clearInterval(tempo)},1000);