Ver Mensaje Individual
  #11 (permalink)  
Antiguo 02/04/2007, 05:03
Avatar de SAPINTO
SAPINTO
 
Fecha de Ingreso: junio-2005
Ubicación: just another fucked up pl
Mensajes: 777
Antigüedad: 18 años, 10 meses
Puntos: 0
Re: urgente: cuando acaba un flv????

aha!, trata esto:
Código:
if( ok == true ) {
getVideo( this.firstChild );
var conexion:NetConnection = new NetConnection();
conexion.connect( null );
var stream:NetStream = new NetStream(conexion);
videopubli.attachVideo(stream);
// reproducimos el stream
stream.play(urlPubli);

// Comprobamos si ha terminado de reproducirse el video
conexion.onStatus = function(info) {
if(info.code == "NetStream.Play.Stop") {
gotoAndPlay( 3 );
}
}
}
asi te aseguras que cargue el video despues de que haya leido el xml..

me avisas
__________________
if(user=="female" && user>="hot"){
user.gotoAndStop("sapinto's bed");
}
mi portafolio