在flash代码里加入下面任意一个代码就可以了:

[cce_html]<param name=”wmode” value=”opaque”>[/cce_html]

或者

[cce_html]<param name=”wmode” value=”transparent”>[/cce_html]

上面是在IE中正常显示,但是在火狐中还是被挡住

这样需要在<embed>中加入wmode=”transparent”或者”opaque”,比如:<embed wmode=”transparent”></embed>

这样就都可以了。

如果不是被flash挡住的话,就给被挡住的地方套一个div,然后在css或style里设置z-index数,提高优先级,最高为9999. 例如

[cce_html]<div style=”z-index:9999″>[/cce_html]