home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / HOTE / libs / amfphp / amfphp.swf / scripts / __Packages / mx / remoting / debug / commands / AddRTMPClient.as next >
Text File  |  2011-07-20  |  294b  |  13 lines

  1. class mx.remoting.debug.commands.AddRTMPClient
  2. {
  3.    function AddRTMPClient(cs, cid)
  4.    {
  5.       super();
  6.       var _loc1_ = new Object();
  7.       _loc1_.connectstring = cs;
  8.       _loc1_.url = _root._url;
  9.       _loc1_.clientid = cid;
  10.       this.init("addRealTimeClient",_loc1_);
  11.    }
  12. }
  13.