本文最后更新于 6373 天前,其中的信息可能已经有所发展或是发生改变。
// 建立链接
var nc:NetConnection = new NetConnection();
// 连接到本地red5服务器
nc.connect("rtmp://localhost/oflaDemo");
var ns:NetStream = new NetStream(nc);
videoContainer.attachVideo(ns);
playButton.addEventListener("click", this);
function click():Void
{
// Spiderman3_trailer_300.flv文件在red5安装目录下的webapps/oflaDemo/streams/
// oflaDemo是上面连接中的地址
ns.play("Spiderman3_trailer_300.flv");
}
Powered by XPhpBbs © 2005-2006 The CcVita Project.
Processed in 0.474274 second(s), 2 queries