Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/03/2010, 14:22
Avatar de orllo55
orllo55
 
Fecha de Ingreso: junio-2006
Mensajes: 44
Antigüedad: 17 años, 10 meses
Puntos: 0
Respuesta: Una duda muy sencilla?

Cita:
Iniciado por Offrenbaruna Ver Mensaje
Solo reemplaza el tuFLVContainer por el nombre de instancia de tu contenedor de FLV
Código PHP:
tuFLVContainer.play();
var 
listenerObject:Object = new Object();
    
listenerObject.complete = function(eventObject:Object):Void  {
    
gotoAndStop(2);
}
tuFLVContainer.addEventListener("complete",listenerObject); 
Esto ultimo no lo termine de entender la verdad, gracias a ambos