都不是什么秘密了,是FlashMX7的新功能,不过当然要控件啦,你不用控件你就是高手了。
    var netConn:NetConnection = new NetConnection();
    netConn.connect(null);
    var netStream:NetStream = new NetStream(netConn);
    _parent.my_video.attachVideo(netStream);
        netStream.setBufferTime(5);
    netStream.play("/mov/etc_a.flv"

;