Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/04/2007, 11:46
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: Reproducir 2 videos FLV

ok, primero hay que ver como lo carga, suponiendo que es con el clasico:
Código:
var conexion:NetConnection = new NetConnection();
conexion.connect( null );
var stream:NetStream = new NetStream(conexion);
video_mc.attachVideo(stream);
stream.play("el_flv.flv");
la instruccion para que haga algo una vez que termine:
Código:
ns.onStatus = function(info) {
	if(info.code == "NetStream.Play.Stop") {
		trace("haz algo");
	}
}
__________________
if(user=="female" && user>="hot"){
user.gotoAndStop("sapinto's bed");
}
mi portafolio