When making templates, you often use layers and flash. By default, FLASH is "floating". When using layers, since the layer is lower than FLASH, FLASH appears on the top of the layer, which seriously affects the beauty of a web page.
The solution is:
1. Insert onblur=() in <body> that is <body onblur=()>
2. Add <param name="wmode" value="opaque" /> to flash parameters
You can set the flash bottom
<param name="wmode" value="transparent" /> This is also commonly used, used in transparent flash
The solution is:
1. Insert onblur=() in <body> that is <body onblur=()>
2. Add <param name="wmode" value="opaque" /> to flash parameters
You can set the flash bottom
<param name="wmode" value="transparent" /> This is also commonly used, used in transparent flash