ASP.NET菜单问题.swf文件 [英] ASP.NET Menu Problem With .swf file

查看:82
本文介绍了ASP.NET菜单问题.swf文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个下拉菜单,一个SWF文件一个asp.net页面上。当菜单下拉是当它应该出现在面前的swf文件的后面。


解决方案

  1. 以下参数添加到OBJECT标签:

    < PARAM NAME =的wmode值=透明>


  2. 以下参数添加到EMBED标记:

    的wmode =透明


(从的Adobe网站两者)

I have a drop down menu and a swf file on an asp.net page. When the menu drops down it is 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)

这篇关于ASP.NET菜单问题.swf文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆