-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcap1.php
26 lines (26 loc) · 1.08 KB
/
cap1.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style type="text/css" media="screen">
html, body { height:100%; background-color: #000000;}
body { margin:0; padding:0; overflow:hidden; }
iframe { border:#000000 solid 0px;}
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<div id="flashContent"><iframe src="car.php?width=500&height=450" width='300' height='450' scrolling='no'></iframe><script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("container");
container.appendChild(player);
player.load("car.swf");
});
</script>
<script src="ruffle.js"></script>
</div></body>
</html>