javascript – 使用Flash电影的Div Z-Index问题

我有两个简单的HTML div,一个包含flash电影,另一个div包含简单文本,现在我的问题是我必须将文本div放到flash电影div上我正在做的是将两个div的位置设置为CSS中的绝对并设置闪光电影的Z-Index为1,文字div的Z-Index为2,但文字在电影背后,但我必须把文字放到电影上,请在这方面帮助我,以便我的文字可以出现到了flash电影上.提前致谢.

最佳答案
这是一篇解释此问题的博客文章

Flash content and z-index

使用

Flash OBJECT and EMBED tag attributes开始

wmode

可能的值:窗口,不透明,透明.设置Flash影片的“窗口模式”属性,以便在浏览器中进行透明度,分层和定位.

* window - movie plays in its own rectangular window on a web page.
* opaque - the movie hides everything on the page behind it.
* transparent - the background of the HTML page shows through all 
  transparent portions of the movie,this may slow animation performance.

相关文章

Css常用的排序方式权重分配 排序方式: 1、按类型 ...
原文:https://www.cnblogs.com/wenruo/p/9732704.html 先上...
css属性:word-wrap:break-word; 与 word-break:break-all 的...
https://destiny001.gitee.io/color/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
css之background的cover和contain的缩放背景图 对于这两个属...