Ho provato anche questo codice... ma mi da lo stesso problema...
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="style.css" rel="stylesheet" media="all" />
<style type="text/css">
#swfcontent{position:absolute; height:100%; width:100%; margin: 0; padding: 0; z-index: 1;}
#menu{position:absolute; z-index: 2; color: white; overflow: auto; height: 100%; width: 100%;}
</style>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="swfcontent">
Non è possibile visualizzare il filmato. Potrebbe essere necessario installare il plugin flash, puoi scaricarlo qui
</div>
<script type="text/javascript">
var so = new SWFObject("http://alewebdesign.altervista.org/retoshibacamileos10hd1080ptestpenniethejackrussellwww.swf", "mymovie", "100%", "100%", "8", "#336699");
so.addVariable("variable1", "value1");
so.write("swfcontent");
</script>
<div id="menu">
<center><ul>
[*]Home
[*]About Us
[*]Contact Us
[/list]</center>
</div>
</body>
</html>