用下面的代码,放上自己图片地址和透明FLASH地址的,图片大小最好是640X400左右。
<table id=table1 style="LEFT: -80px; WIDTH: 612px; POSITION: relative; TOP: 80px" cellSpacing=40 align=center background=0 border=0>
<tbody>
<tr>
<td>
<table height=384 cellPadding=0 width=612 align=center background=图片地址 border=0>
<tbody>
<tr>
<td>
<embed style="LEFT: 80px; POSITION: absolute; TOP: 78px" src=透明FLASH地址 width=612 height=384 type=application/octet-stream wmode="transparent" quality="high">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>