船舶报警方式错误的:在网页中嵌入透明的flash,怎样才能居中显示?

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/29 05:35:59
在网页中嵌入透明的flash ,代码如下:<embed src="images/logo.swf" style="LEFT: 0px; POSITION: absolute; TOP: 0px; absolute: " align=right width=780 height=232 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></EMBED>
我的网页是宽780的,加上flash后在全屏下flash是居左显示,而不是居中显示。请问那位高手知道如何才能将flash居中显示?

<div align="center">
<embed src="images/logo.swf" style="LEFT: 0px; POSITION: absolute; TOP: 0px; absolute: " align=right width=780 height=232 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></EMBED>
</div>