阵绝九天:在网页中嵌入透明的flash,怎样才能居中显示?

来源:百度文库 编辑:高校问答 时间:2024/04/20 06:13:55
在网页中嵌入透明的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>