var conexion:NetConnection = new NetConnection();
conexion.connect(null);
var stream:NetStream = new NetStream(conexion);
mi_video.attachVideo(stream);
stream.play("miVideo.flv");
stream.setBufferTime(10);
Éste video está en la misma carpeta que mi .fla (y que mi SWF);
¿Qué estoy haciendo mal?
