开发者

ASP.NET Menu Problem With .swf file

开发者 https://www.devze.com 2023-01-25 23:06 出处:网络
I have a drop down menu and a swf file on an asp.net page. When the menu drops down it is开发者_StackOverflow behind the swf file when it should appear in front.

I have a drop down menu and a swf file on an asp.net page. When the menu drops down it is开发者_StackOverflow behind the swf file when it should appear in front.


  1. Add the following parameter to the OBJECT tag:

    <param name="wmode" value="transparent">

  2. Add the following parameter to the EMBED tag:

    wmode="transparent"

(Taken from the Adobe site)

0

精彩评论

暂无评论...
验证码 换一张
取 消