2015-08-15 28 views
1

我有一個iframe,它指向一個外部託管的.swf文件。它在Chrome中正常工作,但不在Firefox中。我怎樣才能讓它在Firefox中工作?Firefox 31.7到40沒有在iFrame中顯示閃存

<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

的問題是一個包含父元素有:

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

這個bug被記錄https://bugzilla.mozilla.org/show_bug.cgi?id=644832