home *** CD-ROM | disk | FTP | other *** search
/ The Complete Idiot's Guide to Microsoft Excel 2010 / CIGExcel.iso / Videos / Flash / controller.swf / scripts / DoInitAction.as
Encoding:
Text File  |  2010-09-09  |  217 b   |  6 lines

  1. Object.registerClass("FocusManager",mx.managers.FocusManager);
  2. if(_root.focusManager == undefined)
  3. {
  4.    _root.createClassObject(mx.managers.FocusManager,"focusManager",mx.managers.DepthManager.highestDepth--);
  5. }
  6.