ya3  
                
                  
                    March 30, 2006,  2:38pm
                   
                  1 
               
             
            
              Okay, I’ve got a Flash movie in an HTML page. The SWF is 590px high, and 100% wide. That is, 100% of the HTML page’s width, which makes the movie centered horizontally , but I can’t figure out how to have it centered vertically . If I make the hieght 100%, it doesn’t work properly in all browsers.
Help? 
             
            
              
            
           
          
            
            
              Hi, this is something Ive done to center flash on my sites photolog: http://www.untitled-project.com/photolog/  (view source to see)
Add this CSS in the head:#EAE7DF ;
And in the body:
<table width=“100%” height=“100%” border=“0” cellpadding=“0” cellspacing=“0”>http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 ” width=“100%” height=“500”>#EAE7DF ">http://www.macromedia.com/go/getflashplayer ” type=“application/x-shockwave-flash” bgcolor="#EAE7DF " flashvars=""></embed></object>
That should do it
             
            
              
            
           
          
            
              
                ya3  
              
                  
                    March 30, 2006,  4:02pm
                   
                  3 
               
             
            
              Thanks so much. That’s EXACTLY what I’m looking for.
For your third (non-Random) post ever, that was extremely helpful