Some Full Screen issues

My full screen works perfectly on my monitor but when tested on a smaller monitor the it is way oversized.

I currently have the swf set to noscale becuase I am using bitmaps images. I don’t have any issues with scaling down because it wont effect my bitmap quality. But I created the images as large as I would like them viewed.

Is this a html issue?
Is this a flash issue?

How do I go about setting this up?

One last question I get a flash of white before the swf is loaded, what would cause that?

<style>

body {margin:0px;padding:0px}

</style>
<title>www.eliocamacho.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#666666" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%" align="middle">
        <param name="movie" value="master.swf">
        <param name="quality" value="high">
        <embed src="master.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed></object></td>
  </tr>
</table>
</body>
</html>