Today, when I was writing a flash ad code, I found that flash was always on the div layer, so I needed to make some settings. I searched and found that Wulin.com did not have such content. Here I will add to you the following when writing a flash ad code today. Because the links that come with flash are easily regarded as pop-up advertisements, a div layer was made and placed on the flash. In this way, the links are triggered by a and will not be intercepted. However, I found that flash has always been on the div layer. It turns out that flash needs to be added to the flash.
The method of putting flash under the DIV layer makes flash not block the floating layer or the drop-down menu, and the key parameters of the floating object or layer are not blocked: wmode=opaque.
The method is as follows:
For IE, add the parameter <param name=wmode value=opaque /> within <object></object>
For FF, add the parameter wmode=opaque in <embed />
Wulin.com usage code:
XML/HTML Code Copy content to clipboard