我有一个flowplayer
我正在使用的,下面有几张图片。当您单击这些图片时,会使用这些图片dialog
的放大版本创建。问题是flowplayer
将永远在dialog
.
我试过设置高低的z-index
,但它不起作用。dialog
flowplayer
有没有一种方法flowplayer
可以降低它z-index
或允许我dialog
被放置在它上面?
编辑继承人flowplayer:
//Uses flowplayer to create player
$f('#rightVideoContent', "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
//Creates a single clip for the flow player
clip: {
url: videoLocation,
autoPlay: true,
autoBuffering: true
},
plugins: {
controls: null
},
onLoad: function () {
//Do nothing here
}
});
这是div
<div id = "rightVideoContent" class = "VideoDiv"></div>
我flowplayer-3.2.6.js
也用