39 lines
857 B
HTML
39 lines
857 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>flash_detector</title>
|
||
|
<meta name="description" content="" />
|
||
|
|
||
|
<script src="js/swfobject.js"></script>
|
||
|
<script>
|
||
|
var flashvars = {
|
||
|
};
|
||
|
var params = {
|
||
|
menu: "false",
|
||
|
scale: "noScale",
|
||
|
allowFullscreen: "true",
|
||
|
allowScriptAccess: "always",
|
||
|
bgcolor: ""
|
||
|
};
|
||
|
var attributes = {
|
||
|
id:"flashdetector"
|
||
|
};
|
||
|
swfobject.embedSWF(
|
||
|
"flashdetector.swf",
|
||
|
"altContent", "100%", "100%", "8.0.0",
|
||
|
"expressInstall.swf",
|
||
|
flashvars, params, attributes);
|
||
|
</script>
|
||
|
<style>
|
||
|
html, body { height:100%; overflow:hidden; }
|
||
|
body { margin:0; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="altContent">
|
||
|
<h1>flash_detector</h1>
|
||
|
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|