魅族手机返厂维修流程:在网页中嵌入透明的flash,怎样才能居中显示?

来源:百度文库 编辑:中科新闻网 时间:2024/05/15 08:39:52
在网页中嵌入透明的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>