If the SWF is inserted by the <Object> </Object> method, then add the following broken code
Copy code code as follows:
<Param name = "wmode" value = "opaque">
Another method is to insert the SWF through the script_swfobject.js plug -in. At this time, use the following method to set:
Copy code code as follows:
<div ID = "FlashContent"> </DIV>
<script type = "text/javascript">
var so = new swfobject ("flash.swf", "player", 570, 400, "9.0.28.0", "#000000", false);
so.addvariable ("web", 1);
so.addparam ("wmode", "opaque");
so.Write ("FlashContent");
</script>