PDA

View Full Version : Centering



Sleezee
04-02-2005, 09:31 PM
What should I do to make my Flash site open in the center of the browser. I went to Publish Settings and done the HTML alignment "Centered\', but it didn't worked... Any suggestions?

NTD
04-03-2005, 07:10 PM
Hi,

You can put your embed code inside a center division HTML tag.....


<div align="center">
<embed src="someMovie.swf" width=600 height=400>
</div>