home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces: Prepare for Takeoff as a Pilot / CF_FS_Air.iso.iso / pc / data / swf / flashpaper / 102_fr.swf / scripts / frame_2 / DoAction.as < prev   
Text File  |  2004-09-01  |  1KB  |  34 lines

  1. INITIAL_VIEW_MODE = INITIAL_VIEW_MODE != undefined ? INITIAL_VIEW_MODE : "width";
  2. POPUP_ENABLED = POPUP_ENABLED != undefined ? true : false;
  3. HANDHELD_BEHAVIOR = getVersion().indexOf("WINCE") != -1 ? true : false;
  4. DEBUG_MODE = true;
  5. TOP_MARGIN = 8;
  6. RIGHT_MARGIN = 8;
  7. BOTTOM_MARGIN = 8;
  8. LEFT_MARGIN = 8;
  9. PAGE_SPACING = 24;
  10. LOADING_OFFSET_X = 16;
  11. LOADING_OFFSET_Y = 16;
  12. ABOUT_URL = "http://www.macromedia.com/go/flashpaper/";
  13. KEY_SCROLL_DISTANCE = 50;
  14. KEY_ZOOM_DISTANCE = 5;
  15. ZOOM_MIN = !(POPUP_ENABLED == false && HANDHELD_BEHAVIOR == false) ? 10 : 10;
  16. ZOOM_MAX = 999;
  17. SLIDER_MIN = 25;
  18. SLIDER_MAX = 250;
  19. SLIDER_SNAP_VALUES = [100];
  20. SLIDER_SNAP_THRESHOLD = 8;
  21. TOOLBAR_MARGIN = 15;
  22. TOOLBAR_HEIGHT = 31;
  23. DROPSHADOW_HEIGHT = 2;
  24. TOOLBAR_SPACING = 6;
  25. TOOLBAR_ORDER = ["dividePrint_mc","print_mc","divideZoom_mc","zoom_sld","currZoom_mc","fitPage_mc","fitWidth_mc","dividePager_mc","currPg_mc","numPgs_txt","prevNext_mc"];
  26. TOOLBAR_PRIORITY = ["prevNext_mc","fitWidth_mc","fitPage_mc","numPgs_txt","currPg_mc","dividePager_mc","dividePrint_mc","print_mc","divideZoom_mc","currZoom_mc","zoom_sld"];
  27. if(totalPages == undefined)
  28. {
  29.    totalPages = 100;
  30.    documentWidth = 2550;
  31.    documentHeight = 3300;
  32.    dpi = 300;
  33. }
  34.