【发布时间】:2010-09-14 23:11:22
【问题描述】:
我想在我的网站上嵌入一个 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&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&showFlipBtn=true&documentId=100702013356-a81e1742e2dc46e296b57f933885cfb7&docName=victor_online_201007_e&username=Victor_online_English&loadingInfoText=Victor%20by%20Hasselblad%20(07%2F2010)&et=1284505268784&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&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&showFlipBtn=true&documentId=100702013356-a81e1742e2dc46e296b57f933885cfb7&docName=victor_online_201007_e&username=Victor_online_English&loadingInfoText=Victor%20by%20Hasselblad%20(07%2F2010)&et=1284505268784&er=62" />
</object>
【问题讨论】: