Skip to content

Instantly share code, notes, and snippets.

@mtinnes
Last active August 29, 2015 14:14
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 mtinnes/0083dfa1b178bfd216d6 to your computer and use it in GitHub Desktop.
Save mtinnes/0083dfa1b178bfd216d6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
html, body
{
margin: 0;
padding: 0;
}
body
{
width: 100%;
height: 100%;
overflow: hidden;
background-color: transparent;
}
</style>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="125">
<param name="movie" value="http://www.aleosoft.com/res/flashtutorial_transparent.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="http://www.aleosoft.com/res/flashtutorial_transparent.swf" quality="high" type="application/x-shockwave-flash" width="480" height="125" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment