在项目中遇到了一个困惑好久的问题,今天终于解决了。其实解决方法很简单。 直接上代码: 复制代码 代码如下: <BR>// For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. <BR>var swfVersionStr = "11.1.0"; <BR>// To use express install, set to playerProductInstall.swf, otherwise the empty string. <BR>var xiSwfUrlStr = "playerProductInstall.swf"; <BR>var flashvars = {}; <BR>var params = {}; <BR>params.quality = "high"; <BR>params.bgcolor = "#ffffff"; <BR>params.allowscriptaccess = "sameDomain"; <BR>params.allowfullscreen = "true"; <BR><strong><span style="font-size:24px;color:#ff0000;">params.wmode= "opaque"; //处理遮住div的问题,add by javaalpha at 2014-2-10 15:44:51 <BR>