Flash Media Server入门教程:在线列表

Flash Media Server入门教程:在线列表 – 谷子的日志 – 网易博客

Flash Media Server入门教程:在线列表
学了这么多,智商跟我差不多的,概念应该都搞混了!
学了就要用。练练吧,做个在线列表,这次没有用ShareObject而是把用户名都装到一个application.onlineList数组里
通过遍历application.clients来广播给各个client,上线下线就是对onlinelist数组的处理。看看吧

Client:
btn.onRelease = function() {
  if (_root.id.text != “") {
    _root.init();
  }
};
function init() {
  IDNUM = _root.id.text;
  //这个为登陆名
  //IDPASS = “456″;
  mync = new NetConnection();
  mync.onStatus = function(info) {
    trace(info.code);
  };
  mync.connect(“rtmp://localhost/phone", IDNUM, IDPASS);
  mync.onlineList = function(list) {
    //填充List组件
    mylist.labels = list;
  };
}

server端
application.(){ 

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *

What is 8 + 15 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)