Centring a movie in html

Hi everyone…

how do you centre the movie when placing it in html I can centre it horizontally but vertically…can’t do…
any advice

postatomic:evil:

<table width="100%" height="100%">
<tr align="center" valign="middle">
<td>
<embed src="swf here"></embed>
</td>
</tr>
</table>