我有一个flowplayer我正在使用的,下面有几张图片。当您单击这些图片时,会使用这些图片dialog的放大版本创建。问题是flowplayer将永远在dialog.
我试过设置高低的z-index,但它不起作用。dialogflowplayer
有没有一种方法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也用