kellys
1
Yo all,
Does someone have some magic HTML code to center a flash movie in DEAD CENTER OF SCREEN REGARDLESS OF SCREEN SIZE THAT MAY VIEW IT?
For the sake of argument, lets say I want a 500X400 flash movie in the center of a white screen.
Thanks!!
kellys
system
2
<center>
<table>
<tr>
<td>
<embed src="swf here"></embed>
</td>
</tr>
</table>
</center>
<table>
<tr align="center" valign="middle">
<td>
<embed src="swf here"</embed>
</td>
</tr>
</table>
both should work