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

  1. class mx.remoting.debug.events.NetDebug extends Object
  2. {
  3.    function NetDebug()
  4.    {
  5.       super();
  6.       this.init();
  7.    }
  8.    function init()
  9.    {
  10.       var _loc1_ = this;
  11.       _loc1_.eventType = "DebugEvent";
  12.       _loc1_.source = "Client";
  13.       _loc1_.movieUrl = unescape(_root._url);
  14.       _loc1_.initDate();
  15.    }
  16.    function initDate()
  17.    {
  18.       var _loc1_ = new Date();
  19.       this.date = _loc1_;
  20.       this.time = _loc1_.getTime();
  21.    }
  22. }
  23.