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

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