Another flash fill browser question... Sorry

Right, I’m trying to do the usual, filling the entire browser space with flash blackpulp stylee. I think I’m practically there, Ive got Stage.scaleMode = “noScale” in my swf and everything i think i need in my html.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>MIJJIT</title>

<style type="text/css">
<!--
html, body {
    margin: 0px;
    height: 100%;
}
-->
</style> 



</head>

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="Home" align="middle" height="100%" width="100%">

  <param name="allowScriptAccess" value="sameDomain">
  <param name="movie" value="frame.swf">
  <param name="menu" value="false">
  <param name="quality" value="high">
  <param name="scale" value="noscale">
  <param name="bgcolor" value="#ffffff">

  <embed src="frame.swf" menu="false" quality="high" scale="noscale" bgcolor="#ffffff" name="Home" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="100%" width="100%">

</object>

</body>
</html>

It does fill it full screen, but my original fla is set up for a 1024 resolution. When I view it in 800x600 it still filss the browser, but it doesnt fit. In the same way on higher resolutions, there is lots of white space. What am I doing wrong? Thanks in advance.

<"))))><