Firefox 31.7 到 40 不在 iFrame 中显示 flash

Firefox 31.7 to 40 is not showing flash inside iFrame

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

问题是包含的父元素有:

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

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