Home  >  Article  >  Web Front-end  >  flash挡住了下拉菜单_html/css_WEB-ITnose

flash挡住了下拉菜单_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:07:501149browse

遇到了flash挡住了菜单的疑难问题。

在网上查了资料,大部分都说是加一个

或者这个

params.wmode="opaque";

这个我也试过了。

我的是直接: params.wmode = "transparent"; params.wmode="opaque";

但是没有效果。

还有的说用下载个flash.js但是点击链接却是空的。无语。。。。

有的说: 菜单CSS里边zindex调大一点,或者将FALSH的调小一点,显示顺序问题。

但是我试过了这个,没用效果。

最后终于找到了一个完美的解决办法:

 

swfobject.embedSWF("cu3er.swf", "cu3er_swf", "1003", "360", "9", flashvars, params, attributes,{"wmode":"transparent"});

 

在这个末尾加上 {"wmode":"transparent"}就ok了。

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn