gracias.
Código ActionScript :
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.bufferLength = 20;
ns.contentPath = "Sequence02.flv";
videoPlayer.attachVideo(ns);
ns.play("Sequence02.flv");
ns.bufferTime = 20;
