home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / wmakeup / download / xbox.wmz / auto.js next >
Text File  |  2002-02-11  |  629b  |  26 lines

  1. //<script>
  2. //****************************************************************
  3. //  ⌐2000 Microsoft Corporation. All rights reserved.
  4. //****************************************************************
  5.  
  6.  
  7. function AutoLoad()
  8. {
  9.     // In preview mode (the skin chooser), we want to go ahead
  10.     // and show the preview bitmap... so the following line will
  11.     // "fault" out the preview jscript engine, but not the runtime
  12.     // engine...
  13.  
  14.     if (player)
  15.     {
  16.     }
  17.  
  18.     view.width              = 0;
  19.     view.height             = 0;
  20.     view.backgroundImage    = "";
  21.  
  22.     theme.currentViewID = 'mainBox';
  23.  
  24. }
  25.  
  26.