Centerpage Without Nestedframe

Hello,

How can i make my .swf movie (760*400) center in html without using Frames or Nestedframes?

Thanx!

Place it in a 100% table with the vertical and horizontal alignment set to center and middle:

<table width=“100%” height=“100%” border=“0”><tr><td align=“center” valign=“middle”>

insert flash here

</td></tr></table>