-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc001.html
50 lines (47 loc) · 2.3 KB
/
doc001.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Dashboard - Stilearn Admin Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="FlexPaper/js/jquery.js" type="text/javascript"></script>
<script src="FlexPaper/js/flexpaper_flash_debug.js" type="text/javascript"></script>
<script src="FlexPaper/js/flexpaper_flash.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<div style="position:absolute;left:200px;top:10px;">
<a id="viewerPlaceHolder" style="width:800px;height:580px;display:block"></a>
<script type="text/javascript">
var fp = new FlexPaperViewer(
'FlexPaper/FlexPaperViewer',
'viewerPlaceHolder', <!--对应于a 标签的id-->
{ config : {
SwfFile : escape('swf/doc001.swf'), <!--这句是关键: SwfFile: 指示导入的.swf的路径-->
Scale : 0.8,
ZoomTransition : 'easeOut',
ZoomTime : 0.5,
ZoomInterval : 0.2,
FitPageOnLoad : true,
FitWidthOnLoad : false,
PrintEnabled : true,
FullScreenAsMaxWindow : false,
ProgressiveLoading : false,
MinZoomSize : 0.2,
MaxZoomSize : 5,
SearchMatchAll : false,
InitViewMode : 'Portrait',
ViewModeToolsVisible : true,
ZoomToolsVisible : true,
NavToolsVisible : true,
CursorToolsVisible : true,
SearchToolsVisible : true,
localeChain: 'en_US'
}});
</script>
</div>
</body>
</html>