一张图片值一千字,所以我将从它开始
如您所见,Chrome 中出现白色背景,而在 Firefox 中,这部电影非常适合。
这是嵌入代码:
<embed id="movie" src="movie.swf" loop="false" menu="false" quality="best"
bgcolor="#ffffff" width="250" height="250" scale="aspect" name="movie"
align="middle" allowscriptaccess="always" allowfullscreen="false"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="shutter_enabled=1&shutter_url=shutter.mp3&width=250&
height=250&server_width=250&server_height=250">
目前,我习惯bgcolor=#e0efe8
将它与背景合并。但我很好奇的是,为什么这部电影不像在 Firefox 中那样完美契合?
我试图查看 css,但右键单击它会显示 flash 设置菜单。embed 标签是 withing atd
和table
has cellspacing = "4"
and cellpadding = "3"
,但我认为这不会导致问题。table、tr 或 td 没有定义 height 属性,所以我想我们也可以在“to check”列表中勾选它。
我这边是否还有其他需要提供的解决方案?
更新
如果有帮助,也可以加入 HTML:
<table width="100%">
<tbody>
<tr>
<td>
<embed id="movie" src="movie.swf" loop="false" menu="false" quality="best" bgcolor="#ffffff" scale="aspect" name="movie" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="shutter_enabled=1&shutter_url=shutter.mp3&width=250&height=250&server_width=250&server_height=250" align="middle" height="250" width="250">
</td>
</tr>
</tbody>
</table>
最后设法通过 Firebug lite 查看 CSS。这是SS:
提前致谢