home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / HOTE / libs / amfphp / amfphp.swf / scripts / __Packages / mx / remoting / RTMPClientIDResponse.as < prev    next >
Text File  |  2011-07-20  |  390b  |  15 lines

  1. class mx.remoting.RTMPClientIDResponse extends Object
  2. {
  3.    function RTMPClientIDResponse(cs, nc)
  4.    {
  5.       super();
  6.       this._connectString = cs;
  7.       this._nc = nc;
  8.    }
  9.    function onResult(cid)
  10.    {
  11.       this._nc._clientId = cid;
  12.       mx.remoting.debug.NetDebug.getNetDebug().sendCommand(new mx.remoting.debug.commands.AddRTMPClient(this._connectString,cid));
  13.    }
  14. }
  15.