I encountered a problem that I had been confused for a long time in the project, and it was finally solved today. Actually, the solution is very simple.
Directly upload the code:
The code copy is as follows:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
// For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
var swfVersionStr = "11.1.0";
// To use express install, set to playerProductInstall.swf, otherwise the empty string.
var xiSwfUrlStr = "playerProductInstall.swf";
var flashvars = {};
var params = {};
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
<strong><span style="font-size:24px;color:#ff0000;">params.wmode= "opaque";</span></strong> //Troubleshoot the problem of shading div, add by javaalpha at 2014-2-10 15:44:51