« IE6,IE7下CSS与页面字符集的关系 突然发现又是一个通宵 »

Flash中播放red5环境中的视频

// 建立链接
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”);
}

“Flash中播放red5环境中的视频”

一条回复
  1. Powered by XPhpBbs © 2005-2006 The CcVita Project.
    Processed in 0.474274 second(s), 2 queries

回复留言

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image

你可以使用XHTML标签: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>