Menu | solution | Web page
Web page middle or menu is blocked by Flash solution
The page layer or menu is often invisible to the flash cover, the effect is beautiful, add the following code in the Flash code:
<param name= "wmode" value= "Opaque" >
Can be resolved by the flash occlusion can not see the layer or menu problems.
Here is the code example, adding the Red section:
Object code:
<object classid= "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase= "http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=6,0,29,0 "width=" height= ">"
<param name= "movie" value= "ntc.com.cn.swf" >
<param name= "Quality" value= "High" >
<param name= "wmode" value= "Opaque" >
<embed src= "http://www.webjx.com/htmldata/2005-12-10/webjxcom.swf" quality= "High" pluginspage= "http://" Www.macromedia.com/go/getflashplayer "type=" Application/x-shockwave-flash "width=" "height=" "></embed" >
</object>
Embed code:
<embed src= "http://www.webjx.com/htmldata/2005-12-10/webjxcom.swf" width "=500" height= "type=" application/ Octet-stream "quality=" High " wmode=" Opaque">