Hola andresccccc:
En el último frame de la animación coloca éste código:
Código actionscript:
Ver originalstop();
this.onEnterFrame = function() {
if (this._currentframe != 1) {
this.prevFrame();
} else {
this.play();
}
if (this._currentframe == 1) {
delete this.onEnterFrame;
}
};
Espero haberte sido de ayuda.