40 lines
887 B
HTML
40 lines
887 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>3dEZ</title>
|
|
<meta name="description" content="" />
|
|
|
|
<script src="js/swfobject.js"></script>
|
|
<script>
|
|
var flashvars = {
|
|
};
|
|
var params = {
|
|
menu: "false",
|
|
scale: "ShowAll",
|
|
allowFullscreen: "true",
|
|
allowScriptAccess: "always",
|
|
bgcolor: "",
|
|
wmode: "direct" // can cause issues with FP settings & webcam
|
|
};
|
|
var attributes = {
|
|
id:"3dEZ"
|
|
};
|
|
swfobject.embedSWF(
|
|
"3dEZ.swf",
|
|
"altContent", "100%", "100%", "10.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>3dEZ</h1>
|
|
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
|
|
</div>
|
|
</body>
|
|
</html> |