swfObject fullscreen

Cant figure out why this is a strip across the top about 200 pixels high and all the way across instead of being full screen…


<!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=iso-8859-1" />
<title>59 North</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>

<body>
<div id="flashcontent">
ASDASDASD
</div>
	<script type="text/javascript">
		// <![CDATA[

		var so = new SWFObject("59N.swf", "59n", "100%", "100%", "8", "#FFFFFF");
		so.addVariable("ie", "0");
		so.addVariable("app", "");
		so.addVariable("id", "");
		so.addParam("scale", "noscale");
		so.write("flashcontent");

		// ]]>
	</script>
</body>
</html>

If anyone has an idea why id love to hear it…