home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Forces: Prepare for Takeoff as a Pilot
/
CF_FS_Air.iso.iso
/
pc
/
data
/
swf
/
flashpaper
/
103.swf
/
scripts
/
frame_2
/
DoAction.as
< prev
Wrap
Text File
|
2004-06-30
|
1KB
|
34 lines
INITIAL_VIEW_MODE = INITIAL_VIEW_MODE != undefined ? INITIAL_VIEW_MODE : "width";
POPUP_ENABLED = POPUP_ENABLED != undefined ? true : false;
HANDHELD_BEHAVIOR = getVersion().indexOf("WINCE") != -1 ? true : false;
DEBUG_MODE = true;
TOP_MARGIN = 8;
RIGHT_MARGIN = 8;
BOTTOM_MARGIN = 8;
LEFT_MARGIN = 8;
PAGE_SPACING = 24;
LOADING_OFFSET_X = 16;
LOADING_OFFSET_Y = 16;
ABOUT_URL = "http://www.macromedia.com/go/flashpaper/";
KEY_SCROLL_DISTANCE = 50;
KEY_ZOOM_DISTANCE = 5;
ZOOM_MIN = !(POPUP_ENABLED == false && HANDHELD_BEHAVIOR == false) ? 10 : 10;
ZOOM_MAX = 999;
SLIDER_MIN = 25;
SLIDER_MAX = 250;
SLIDER_SNAP_VALUES = [100];
SLIDER_SNAP_THRESHOLD = 8;
TOOLBAR_MARGIN = 15;
TOOLBAR_HEIGHT = 31;
DROPSHADOW_HEIGHT = 2;
TOOLBAR_SPACING = 6;
TOOLBAR_ORDER = ["dividePrint_mc","print_mc","divideZoom_mc","zoom_sld","currZoom_mc","fitPage_mc","fitWidth_mc","dividePager_mc","currPg_mc","numPgs_txt","prevNext_mc"];
TOOLBAR_PRIORITY = ["prevNext_mc","fitWidth_mc","fitPage_mc","numPgs_txt","currPg_mc","dividePager_mc","dividePrint_mc","print_mc","divideZoom_mc","currZoom_mc","zoom_sld"];
if(totalPages == undefined)
{
totalPages = 100;
documentWidth = 2550;
documentHeight = 3300;
dpi = 300;
}