_SWF_Window.html
3.29 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/mediaWindow.css"/>
<title>鹿屋体育大学連携[RENKEI] :: ActiBook</title>
<meta name="keywords" content="鹿屋体育大学連携[RENKEI],電子ブック,ebook,デジタルカタログ,アクティブック,ActiBook,書籍" />
<meta name="description" content="鹿屋体育大学連携[RENKEI] :: ActiBook" />
<meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<script language="javascript">
var isIE = navigator.appName.indexOf("Microsoft") != -1;
var isSWFActive = false;
var lostFocusflag = true;
function swfActivity(){
thisMovie("ActiBook").focus();
isSWFActive = true;
checkWindow();
}
function thisMovie(movieName) {
return (isIE) ? window[movieName] : document[movieName];
}
function checkWindow(){
if(isSWFActive == true){
var hf = document.hasFocus();
if(hf == true){
thisMovie("ActiBook").focus();
thisMovie("ActiBook").hideProtectPanel();
setFlagTrue();
}else{
if(lostFocusflag){
thisMovie("ActiBook").showProtectPanel();
}
}
}
}
function lostFocus(){
if(isSWFActive == true && lostFocusflag){
thisMovie("ActiBook").showProtectPanel();
}
}
function catchFocus(){
if(isSWFActive == true){
thisMovie("ActiBook").focus();
thisMovie("ActiBook").hideProtectPanel();
setFlagTrue();
}
}
function init(){
}
function setFlagFalse(){
lostFocusflag = false;
}
function setFlagTrue(){
lostFocusflag = true;
}
</script>
</head>
<style type="text/css">
@media print {
body { display: none !important; }
}
body { -ms-touch-action: manipulation; }
</style>
<script language="javascript">
setInterval('checkWindow()',250);
document.write('<body bgcolor="#ffffff" onLoad="init()">');
</script>
<script src="js/WindowOpen.js" language="javascript"></script>
<script language="javascript">
var protocol = ("https:" == document.location.protocol) ? "https" : "http";
if (AC_FL_RunContent == 0) {
alert("このページでは \"AC_RunActiveContent.js\" が必要です。");
} else {
AC_FL_RunContent(
'codebase', protocol + '://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
'width', '100%',
'height', '100%',
'src', 'ActiBook',
'quality', 'high',
'pluginspage', protocol + '://get.adobe.com/jp/flashplayer',
'align', 'center',
'play', 'true',
'loop', 'true',
'scale', 'noborder',
'wmode', 'window',
'devicefont', 'false',
'id', 'ActiBook',
'bgcolor', '#ffffff',
'name', 'ActiBook',
'menu', 'true',
'allowFullScreen', 'true',
'allowScriptAccess','sameDomain',
'movie', 'ActiBook',
'salign', ''
); //end AC code
}
function sendToSwfInfo(){
return location.href;
}
function getUserAgentInfo(){
return navigator.userAgent;
}
function getReferrer(){
return document.referrer;
}
</script>
<input type="button" id="open" name="open" value="open" style="display:none;" onClick="openMediaWindow(mediaWindow.params);" />
</body>
</html>