function carga() { this.loadMovie("URL"); clearInterval(wait); } segundos = 180 wait = setInterval(carga, segundos*1000);