potresti fare un controllo del tipo


codice:
prossima_chiamata=function(indice){

       filmatocorrente.loadMovie("miolavoro"+indice+".swf"

}



filmatocorrente.onEnterFrame=function(){

       if(this._currentframe==this.totolframes){
          this.stop()
          prossima_chiamata(ID++)
       }
}