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

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