salve a tutti,ho realizzato 1 sito ke praticamente racchiude 1 filmato in flash,il punto è ke ad una risoluzione di 1024*768 ke uso io si vede perfettamente,mentre ad una risoluzione di 800*600 mi viene tagliato la parte superiore del logo,come mai?

io avevo pensato di risolvere inserendo la barra dello scrolling in verticale,ed in parte funziona,se nn ke mi parte sempre con la parte superiore del logo tagliata...nn capisco xkè...sxo di essermi spiegato bene,mi sapete aiutare,xfavore???

qst è il link del sito:
http://www.osteriadellago.com/main_js.html

e qst è il codice dell'html:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<style type="text/css">
body {
margin:0 0 0 0;
padding: 0 0 0 0;
}
</style>
<style>
html, body { height: 100%; }
</style>

<head>
<title>SWFObject v2.0 dynamic embed sample page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("menu.swf", "myContent", "100%", "100%", "9.0.0", "expressInstall.swf");
so.addParam("wmode", "transparent");
so.addParam("align", "t");
so.addParam("salign", "t");
so.addParam("scale", "default");
so.write("myContent");



</script>
</head>

<BODY SCROLL=NO>

<body>
<body style="overflow:scroll;">

<div align="center" id="myContent">
</div>
</body>
</html>
grazie mille