home *** CD-ROM | disk | FTP | other *** search
/ Wisdom on Demand - Your …e to Professional Success / Wisdom on Demand - Your Guide to Professional Success.iso / pc / BIN / COMMON / launch.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-07-07  |  488 b   |  20 lines

  1. fscommand("allowscale","false");
  2. fscommand("fullscreen","true");
  3. fscommand("showmenu","false");
  4. myLocalSO = sharedobject.getLocal("nea_flashcookie","/");
  5. if(myLocalSO.data.introStart == null)
  6. {
  7.    myLocalSO.data.introStart = "true";
  8. }
  9. if(myLocalSO.data.loop == null)
  10. {
  11.    myLocalSO.data.loop = "false";
  12. }
  13. _level0.loop = "false";
  14. _level0.introStart = "false";
  15. fscommand("trapallkeys","true");
  16. easterEgg.onKeypress = function()
  17. {
  18.    getUrl("event: changeCursor", "");
  19. };
  20.