Answer to your problem is ... one simple table. Works on everything. No CSS necessary.
Code:
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="center">
*your flash goes here*
</td>
</tr>
</table>
Simplest way is the best ;]