摘要:
FLASH代码 //预定义声明 import mx.utils.Delegate; //创建一个基本的网络连接对象 var nc:NetConnection = new NetConnection(); //连接到本地的Red5服务器 nc.connect("rtmp://localhost/online"); //将已和red5服务器建立连接的nc传递给NetStream var ns:N... 阅读全文
posted @ 2009-03-04 17:55 白桦的天空 阅读(2610) 评论(2) 推荐(0) 编辑