Solve the problem of FLASH blocking layer on web pages
Author:Eve Cole
Update Time:2009-06-20 16:55:15
When I was building the volume system today, I found that FLASH blocked the floating layer and was displayed at the top no matter what. It could not coexist with the layer, so I searched for it and finally found a solution:
Key parameters to prevent Flash from blocking floating objects or layers: wmode=opaque
method:
For IE, add the parameter <param name="wmode" value="opaque" /> in <object></object>
For FF, add the parameter wmode="opaque" in <embed />