javascript - Firefox 31.7 至 40 在 iF​​rame 中不显示 Flash

标签 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

最佳答案

问题是包含父元素有:

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

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

关于javascript - Firefox 31.7 至 40 在 iF​​rame 中不显示 Flash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32029829/

相关文章:

javascript - javascript/node.js 中的 JSONP 解析

google-chrome - ERR_SSL_VERSION_OR_CIPHER_MISMATCH 浏览到 Google 的子域时

html - 在伪元素在 chrome 和 firefox 上出现不同之前

php - 使用 IFrame 阻止任何人查看我的网站

c# - IFrame 中的 Response.REdirect

javascript - MongoDb 聚合 $match 错误 : "Arguments must be aggregate pipeline operators"

javascript - 单字符签名方案(最低安全性)

python - 使用 Selenium webdriver 在 Python 中定位 iframe

javascript - 格式化为 1000 分隔符后如何添加小数位

css - Firefox、Chrome CSS 定位问题