SoFunction
Updated on 2025-02-28

How to solve the problem that the drop-down menu is overwritten by flash

Set the swf file attribute to transparent and add it to the flash parameter. If you use dreamweaver and select the swf file, there will be a "parameter..." button on the properties panel (at the bottom of the panel). Click it, add wmode below the "parameter" on the left in the pop-up box, enter transparent to the corresponding value on the right. After confirming it, it will be fine.

Or, directly in the Flash Object, add:
<param name="wmode" value="transparent">