<! Doctype HTML>
In addition, the floating image is often blocked when Flash is displayed on the top. The solution is as follows:
Summary: <object classid = "CLSID: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width = "963" Height = "233"> <Param name = "movie" value = "images/top.swf"/> <Param name = "quality" value = "high"/> <Param name = "wmode" value = "Opaque"/> <Embed src = "images/top.swf" Quality = "high" pluginspage = "http://www.macromedia.com/go/getflashplayer" type = "application/X-Shockwave-flash" width = "963" Height = "233"> </embed> </Object> Add the red character code. ------------------------------ Make Flash not sticky the key parameter of floating object or layer: wmode = opaque Method: For IE, add the parameter <Param name = "wmode" value = "Opaque"/> to <Object> </Object> Add the wmode = "Opaque" parameter to FF <embed/>" |