Skip to content

Instantly share code, notes, and snippets.

@maxmonax
Last active May 11, 2016 21:02
Show Gist options
  • Save maxmonax/bb5acd922a12bf9a41744cf47cb052f6 to your computer and use it in GitHub Desktop.
Save maxmonax/bb5acd922a12bf9a41744cf47cb052f6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Alien2</title>
<meta name="description" content="" />
<style type="text/css" media="screen">
html, body { height:100%; }
body { margin:0; padding:0; overflow:auto; text-align:center;
background-color: #FFFFFF; }
object:focus { outline:none; }
#flashContent { display:none; }
</style>
<script src="js/swfobject.js"></script>
<script>
var flashvars = {
};
var params = {
menu: "false",
scale: "noScale",
allowFullscreen: "false",
allowScriptAccess: "always",
bgcolor: "",
wmode: "direct" // can cause issues with FP settings & webcam
};
var attributes = {
id:"AliensHurryHome2",
align: "middle"
};
swfobject.embedSWF(
"AliensHurryHome2.swf",
"altContent", "640 px", "480 px", "14.0.0",
"expressInstall.swf",
flashvars, params, attributes);
function start(lvl = -1)
{
alert("start func work, lvl = " + lvl);
}
</script>
</head>
<body>
<div id="altContent">
<h1>AliensHurryHome2</h1>
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment