作項目的時候常常會遇到DIV浮動層被FLASH遮擋的,下面給出解決方案。 IE下: html
<param name="wmode" value="transparent" />
FireFox和Chrome下: spa
<embed src="yourFlashUrlAndName.swf" quality="high" width="480" height="405" wmode="transparent"></embed>