salve a tutti,sto utilizzando lo script swfobject 2.0 x la pubblicazione del mio filmato in swf,ke trovo molto comodo sotto alcuni aspetti,ma nn riesco a capire come mai nn mi allinea esattamente il filmato...x capirci meglio:
qst è il mio swf ke devo pubblicare:

http://www.osteriadellago.com/menu.swf

e così è come me lo mostra con swfobject:

http://www.osteriadellago.com/main_js.html

come noterete con swfobject me lo mostra + basso,come mai??

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("main.swf", "myContent", "1024", "768", "9.0.0");
</script>
</head>
<body>
<div id="myContent">
<h1>Alternative content</h1>


</p>
</div>
</body>
</html>

grazie mille