关于Firefox中的Flash不可以显示透明效果的问题
更新时间:2007年02月02日 00:00:00 作者:
由于自己站点的首页用了透明Flash。在IE核心的浏览器显示一切正常。可到了Firefox里面就没有了透明效果,特别是有些站点用的是全页面的透明Flash这样鼠标不能穿透,真就伤脑筋了。今天特地到Firefox社区去寻找答案去了。结果是我们的代码不标准,还好我用的Flash不多。赶紧改了试试。[sleepy]问题解决。
原来要在Embed标签下加上wmode="transparent”这个属性。
相关代码如下:
程序代码
<embed src="Flash地址" wmode="transparent" quality="high" pluginspage="htt p://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="379" height="165"></embed>
原来要在Embed标签下加上wmode="transparent”这个属性。
相关代码如下:
程序代码
复制代码 代码如下:
<embed src="Flash地址" wmode="transparent" quality="high" pluginspage="htt p://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="379" height="165"></embed>
相关文章
css 兼容性问题this.style.cursor=''''hand''''
css 兼容性问题this.style.cursor='hand'让我们来CSS HACK2008-11-11
最新评论