Firefox 31.7到40不显示iFrame内的flash

Firefox 31.7 to 40 is not showing flash inside iFrame

本文关键字:显示 iFrame 内的 flash Firefox      更新时间:2023-09-26

我有一个iframe,它指向一个外部托管的.swf。它在Chrome中运行良好,但在firefox中不行。我怎样才能让它在firefox中工作?

<iframe id="iTest" src="http://speedtest-wellington.spark.co.nz/netgauge.swf" width="635" scrolling="no" height="445" frameborder="0" align="middle" style="margin:0;padding:0border:0 none;width:635px;height:445px;overflow:none;" marginwidth="0" marginheight="0">&amp;lt;p&amp;gt;Your browser does not support iframes.&amp;lt;/p&amp;gt;</iframe>

这里是有问题的页面位于这里。

问题是包含父元素的元素有:

moz-transform: translate(0px, 0px);
 -webkit-transform: translate(0px, 0px);
 -transform: translate(0px, 0px);

这个bug被记录了https://bugzilla.mozilla.org/show_bug.cgi?id=644832