Skip to content

Instantly share code, notes, and snippets.

@jubishop
Created July 31, 2008 19:05
Show Gist options
  • Save jubishop/3505 to your computer and use it in GitHub Desktop.
Save jubishop/3505 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Flash</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen">
html, body, #swf {
width:100%;
height:100%;
margin:0;
padding:0;
}
</style>
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("myswf.swf", "swf", "100%", "100%", "9.0.0");
</script>
</head>
<body>
<div id="swf">
This text is replaced by the Flash movie.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment