. be blocked by flash
Set parameters for Flash
The code is as follows |
Copy Code |
: <param name= "wmode" value= "opaque" > <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=" 468 "height=" "><param name=" movie "Value=" Pepsi46860.swf "> <param name= "wmode" value= "opaque" ><param "name=" quality "high" value= ><embed "src=" quality= "High" pluginspage= "Http://www.macromedia.com/go/getflashplayer" type= "Application/x-shockwave-flash" Width= "468" height= "></embed></object>" <div style= "Position:absolute;left:150;top:50;width:100px;height:50px;background:green" > </div> or use <param name= "wmode" value= "Transparent" > <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=" 468 "height=" "><param name=" movie "Value=" Pepsi46860.swf "> <param name= "wmode" value= "Transparent" ><param name= "quality" value= "High" ><embed src= " pepsi46860.swf "quality=" High "pluginspage=" Http://www.macromedia.com/go/getflashplayer "type=" application/ X-shockwave-flash "width=" 468 "height=" ></embed></object> <div style= "Position:absolute;left:150;top:50;width:100px;height:50px;background:green" > </div> |
2. Be blocked by picture
This estimate is because the picture is also placed in the layer, and the picture is in the layer of the z-axis index is larger than the layer, so blocked, the solution is to change the level of the z-axis index value to larger than the picture layer.