一般情况下出现这个问题的原因是网站的flash使用了默认参数,解决办法就是在html源文件里面,给flash标记中加入 <param name="WMODE" value="transparent"> 参数即可。