Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/10/2009, 01:35
laudrup
 
Fecha de Ingreso: febrero-2007
Mensajes: 172
Antigüedad: 17 años, 2 meses
Puntos: 0
Respuesta: iniciar flash transcurrido unos segundos

Ya lo consegui con un intervalo,lo pongo por si le sirve a alguien

_root.gotoAndPlay(4);
stop();
segundos = 5;
espera = function () {
_root.gotoAndPlay(1);
clearInterval(a);
};
a = setInterval(espera, segundos*1000);