Forum Moderators: open
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Full Browser Height/Width Flash</title>
<style type="text/css">
* {
margin:0;
padding:0;
}
html,body {
height:100%;
}
img {
border:0;
}
object {
display:block;
}
.noflash {
text-align:center;
margin:20px auto;
}
</style>
</head>
<body>
<div style="height:100%;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
<param name="movie" value="flashThingy.swf">
<param name="allowScriptAccess" value="sameDomain">
<param name="quality" value="high">
<param name="bgcolor" value="#006699">
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="flashThingy.swf" width="100%" height="100%">
<param name="allowScriptAccess" value="sameDomain">
<param name="quality" value="high">
<param name="bgcolor" value="#006699">
<!--<![endif]-->
<!--ALTERNATE CONTENT-->
<p class="noflash">You need to<br><a href="http://get.adobe.com/flashplayer/">
<img src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="get flash player"></a></p>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>