Question about 'show all' in publish settings

Hello,

Was wondering if it is possible to set a limit on the ‘100% show all (default)’ html option in the publishing settings… Basically I want the page to stretch to the edge of browsers (not exact fit though, in scale) if the user’s monitor res is 800x600 or above. But I don’t like the way it shrinks down completely when you make the browser really small, I want it to then be scrollable when it gets below a certain size.

Here is my html -


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>uzugexe</title>
</head>
<body bgcolor="#333333" background="grid.gif">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<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://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" 
height="600" id="uzugexe" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="uzugexe.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" />
<param name="wmode" value="transparent" /><param name="bgcolor" value="#333333" />
<embed src="uzugexe.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#333333" width="800" height="600"
name="uzugexe" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</td>
</tr>
</table>
</object>
</body>
</html>

I’ve seen it on a variety of monitors and was fine, but when viewed on a really high resolution the amount of space around it was too much. Is the ‘show all’ html option a way round this?

Thanks

Pat