首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Flash >

Css控制在flash上添层

2012-07-04 
Css控制在flash上加层代码如下:?div? styleposition:relative z-index:-1 cursor:hand background:

Css控制在flash上加层

代码如下:

?

<div? style="position:relative ; z-index:-1; cursor:hand; background:red; width:400px; height:200px; cursor:hand; " >
? <div style="position:absolute; left:0; top:0; z-index:100; filter:alpha(opacity=50);">
??<img src="play.JPG" width="200" height="200">
?</div>
?

<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="200" height="200">

<param name="wmode" value="transparent">
?? <param name="movie" value="x.swf">
?? <param name="quality" value="high">
?? <embed src="x.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="200"></embed>
</object>
?
?
</div>

热点排行