Div Layer应放在Flash电影上

时间:2010-09-14 23:11:23

标签: css flash html

我想在我的网站上嵌入一个Flash应用程序。在Flash应用程序之上应该有一个div层。

但是发生的事情是flash电影总是出现在图层上。

你能帮我把div层放在flash应用程序上吗?


这是flash应用程序的代码:

<object style="width:420px;height:266px">
    <param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=100702013356-a81e1742e2dc46e296b57f933885cfb7&amp;docName=victor_online_201007_e&amp;username=Victor_online_English&amp;loadingInfoText=Victor%20by%20Hasselblad%20(07%2F2010)&amp;et=1284505268784&amp;er=62" />
    <param name="allowfullscreen" value="true"/><param name="menu" value="false" />
    <embed src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" style="width:420px;height:266px" flashvars="mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=100702013356-a81e1742e2dc46e296b57f933885cfb7&amp;docName=victor_online_201007_e&amp;username=Victor_online_English&amp;loadingInfoText=Victor%20by%20Hasselblad%20(07%2F2010)&amp;et=1284505268784&amp;er=62" />
</object>

1 个答案:

答案 0 :(得分:3)

两件事:

  1. 尝试将flash动画的wmode设置为“透明”
  2. 将嵌入式Flash影片换入div,并为其提供比内容div更低的z-index。