`
hgfghwq27
  • 浏览: 42490 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类

基于Flash Media Server的Flash多人涂鸦白板

阅读更多

client_nc = new NetConnection();
client_nc.onStatus = function(info)
{
    trace("Level: " + info.level + newline + "Code: " + info.code);
};
client_nc.connect("rtmp:/doodle");
doodle_so = SharedObject.getRemote("doodle", client_nc.uri, true);
doodle_so.onSync = function()
{
    if (this.data.pressed) {
        createEmptyMovieClip("line_so" + idx,idx + 1000);
        with ("line_so" + idx) {
            lineStyle(1,0x000000,100);
            moveTo
本文转自:http://www.5uflash.com/flashjiaocheng/Fmsjiaocheng/1495.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics