Codice PHP:
<style type="text/css">
 
body 
     
text-aligncenter;
    
background-color#717171; 
 

#flashcontent { 
     
positionfixed
     
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">
    
            
            var so = new SWFObject("index.swf", "bg", "901", "600", "9", "white");
            so.write("flashcontent");
            
        
        </script>


</body> 
il div con l'swf risulta centrato orizzontalmente e verticalmente come dovrebbe.
il problema è che se rimpicciolisco la finestra non escono le barre di scorrimento.

cosa devo fare?

grazie a tutti.