Hai provato a fare TUTTO tramite foglio di stile? Non mescolare css, tabelle e vecchie proprietà di formattazione...
codice:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Agency-Q
</title>
<style type="text/css">
<!--
html, body {
margin:0;
height:100%;
background:#000;
}
object, embed{
width:100%;
height:100%;
}
-->
</style>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0">
<param name="movie" value="Flash/Coming.swf" />
<param name="quality" value="high" />
<param name="SCALE" value="exactfit" />
<embed src="Flash/Coming.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit">
</embed>
</object>
</body>
</html>