flash - 无法将 HTML 元素放在 Flash 之上

标签 flash z-index

无论我尝试使用什么 z-index 值,我都无法将我的 html div(或 img)元素覆盖在这个 flash 动画之上(见左上角):

http://www.resident.co.il/aspx/places.aspx?t=4&a=1

有什么想法吗?

最佳答案

参见 this question .诀窍是添加参数 wmode:

<param name="wmode" value="opaque" />

只有在绝对需要时才添加透明度,因为它会占用更多处理器资源:

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

还有 see this demonstration .

关于flash - 无法将 HTML 元素放在 Flash 之上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1910738/

相关文章:

HTML5 Canvas 图层难题(z-index)

css - HTML/HTML5 矩形 z-index

css - IE7 有非常奇怪的 z-index 问题

html - z-index + 溢出 :auto = bug?

基于浏览器的游戏的 AJAX 与 ActiveX/Flash

css - YouTube iFrame 在 Chrome 中嵌入 CSS 悬停子菜单之上

java - Flash动画添加到Android应用程序

flash - 播放带有偏移的Flash声音

flash - 在 html 上显示 flash 的兼容 html 标签?

javascript - 通过更改 z-index 使用 Javascript 激活其他表格的表格单元格