All pastes #2051157 Raw Edit

Untitled

public text v1 · immutable
#2051157 ·published 2011-04-27 09:56 UTC
rendered paste body
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>



<title>Black &amp; White</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
	<script src="js/swfobject.js" type="text/javascript"></script>
	<script src="js/swfaddress.uncompressed.js" type="text/javascript"></script>

	 <style media="screen" type="text/css">
             body { margin:0; text-align:center; background-color:#111111;}
             #movie { text-align:left; }
     </style>   

</head><body>

<div align="center" id="content"><embed height="180%" width="80%" allowfullscreen="true" id="movie" quality="high" bgcolor="#######" name="movie" src="template.swf" type="application/x-shockwave-flash"></div>

<script type="text/javascript">

	var so = new SWFObject("template.swf", "movie", "100%", "100%", "8", "#111111");
	so.useExpressInstall('js/expressinstall.swf');
    so.addParam("quality", "high");
	so.addParam("id", "movie");
	so.addParam("allowFullscreen", "true");
	so.write("content");
	so.addParam("salign", "t");

</script>

</body>
<link rel="stylesheet" type="text/css" href="mystyles.css"> </html>