ho risolto così:

Codice PHP:
<style type="text/css">

 
body 
     
text-aligncenter;
    
background-color#717171; 
    
<!--background-image:url(images/repeatingBackground.jpg);
        
background-repeat:repeat-x;-->
 } 
#flashcontent { 
     
positionabsolute
     
width900px
     
height600px
     
margin-left: -450px
     
margin-top: -300px
     
top50%; 
     
left50%; 
     
background-color#000000; 
 


</
style>
<
script type="text/javascript" src="tools/swfobject.js"></script>
</head>
<body>

            <div id="flashcontent" >

            </div>

        <script type="text/javascript">
            // <![CDATA[
            
            swfobject.embedSWF("index.swf", "flashcontent", "900", "600", "9.0.0");
            
            // ]]>
        </script>


</body>