Skip to content

Instantly share code, notes, and snippets.

@neves
Created December 18, 2008 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neves/37699 to your computer and use it in GitHub Desktop.
Save neves/37699 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Título do Seu Site</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {swf:"index.swf"}
var params = {wmode:"transparent"}
var attributes = {}
swfobject.embedSWF("preloader.swf",
"flash",
"100%", "100%",
"9.0.0",
"js/expressInstall.swf",
flashvars, params, attributes);
</script>
<style>
html, body, #flash {
margin: 0;
padding: 0;
border: none;
height: 100%;
width: 100%;
overflow: auto;
}
</style>
</head>
<body>
<div id="flash">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Instalar Adobe Flash player" />
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment