-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathriddleschool5.html
30 lines (25 loc) · 1.02 KB
/
riddleschool5.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
<link rel = "stylesheet" href="../style.css">
<h2>Riddle School 5</h2>
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'>
</head>
<body>
<div id='ruffle'></div>
<script src='https://www-sites-opensocial.googleusercontent.com/gadgets/proxy/refresh=600&container=enterprise/https://sites.google.com/site/s019i5h/ruffle.js'></script>
<script>
var swfobject = {};
swfobject.embedSWF = function(url, cont, width, height){
var ruffle = window.RufflePlayer.newest(),
player = Object.assign(document.getElementById(cont).appendChild(ruffle.createPlayer()), {
width: width,
height: height,
style: 'width: ' + width + 'px; height: ' + height + 'px',
});
player.load({ url: url });
}
swfobject.embedSWF('https://www-sites-opensocial.googleusercontent.com/gadgets/proxy/refresh=3600&container=enterprise/https://sites.google.com/site/newgamesk4/home/riddle-school-5.swf', 'ruffle', 500, 500);
</script>
</body>
</html>