怎样才能把层放在FLASH动画上面?

麻烦各位兄弟了!
---------------------------------------------------------------

条件1.只适用于IE 4.0 或以上版本.
条件2.flash 和其他元素在不同的layers里,且Flash所在的层的z-index较低。
条件3.Flash 必须设定为背景透明。(wmode= transparent).
以上三项缺一不可。

1<div style="z-index:-1">
2<embed height="400" name="Movie1" quality="high" src="http://ecards.sina.com.cn/2000/2002-12-26/16024314219.swf" type="application/x-shockwave-flash" width="500" wmode="transparent"/>
3</div>
1<div id="jnkcLayer" style="position:absolute; left:150px; top:100px; width:200px; height:200px; z-index:1; background-color: #009966; layer-background-color: #009966; border: 1px none #000000; visibility: visible"></div>

---------------------------------------------------------------

Published At
Categories with Web编程
Tagged with
comments powered by Disqus