-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory_flash.html
101 lines (84 loc) · 2.68 KB
/
story_flash.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML>
<html style="height: 100%;" lang="en-US">
<head>
<!-- Created using Storyline 3 - http://www.articulate.com -->
<!-- version: 3.20.30234.0 -->
<title>CERMAT</title>
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style>
body, div, swf { margin: 0px; }
.no-scroll { overflow: hidden; }
object {outline: none;}
table { border: 0; width: 100%; height: 100%; align: center; border-spacing: 0; padding: 0; }
</style>
<script type="text/javascript">
var g_bLMS = false;
var g_bTinCan = false;
var g_bAOSupport = false;
var g_strContentFolder = "story_content";
var g_bProjector = false;
var g_strSwfFile = "story.swf";
var g_nWidth = 1300;
var g_nHeight = 791;
var g_strScale = "noscale"; // noscale | show all
var g_strResizeType = "static" // static | fit
var g_strBrowserSize = "optimal"; // default, fullscreen, optimal
var g_strBgColor = "#FFFFFF";
var g_bCaptureRC = false;
var g_strFlashVars = "";
var g_strWMode = "window"; // transparent | window (use "window" for optimal performance, transparent for webobject support)
var g_strThemeName = "classic"; // unified | classic
var g_strPreloaderColor = "#FFFFFF";
var g_bSuppressAnalytics = false;
var g_strProductChannel = "perpetual";
var g_strPlayerVersion = "3.20.30234.0";
var g_strPublishSource = "storyline";
var g_strAID = "";
var g_strCID = "0ed86329-76a1-4c88-a5be-c1ed816e624f";
if (g_strResizeType === ["__RESIZE", "_TYPE__"].join("")) {
g_strResizeType = g_strScale === "noscale" ? "static" : "fit";
}
if (g_strThemeName === ["__THEME", "_NAME__"].join("")) {
g_strThemeName = "classic";
}
var g_bScrollbars = g_strResizeType === "static";
var g_bWarnOnCommitFail = false;
var g_strAlign = "middle";
var g_strQuality = "best";
</script>
<!-- 360 -->
<script src='story_content/user.js' type=text/javascript></script>
<script src="story_content/story.js" type="text/javascript"></script>
</head>
<body style="height: 100%;" onunload="DoOnClose()" onbeforeunload="DoOnClose()" onload="DoOnLoad()">
<script type="text/javascript">
document.bgColor = g_strBgColor;
var target = document.body;
if (g_bScrollbars)
{
var table = document.createElement('table');
target = table.insertRow(0).insertCell(0);
target.setAttribute('align', 'center');
document.body.appendChild(table);
}
WriteSwfObject(
g_strSwfFile,
g_nWidth,
g_nHeight,
g_strScale,
g_strAlign,
g_strQuality,
g_strBgColor,
g_bCaptureRC,
g_strWMode,
g_strFlashVars,
target,
true
);
ResizeBrowser(g_strBrowserSize);
</script>
<div id='divEmail' style='position: absolute; width: 10px; height: 10px; left: 10px; top: 10px; visibility: hidden;' ></div>
<div id='divWebObjects'></div>
</body>
</html>