Firefox 31.7到40没有在iFrame中显示flash

时间:2015-08-15 22:03:03

标签: javascript firefox iframe flash swfobject

我有一个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>

以下是位于here的有问题的页面。

1 个答案:

答案 0 :(得分:1)

问题是包含父元素:

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

此错误记录在https://bugzilla.mozilla.org/show_bug.cgi?id=644832