私はflowplayerその下にいくつかの写真で使用している を持っています。これらの写真をクリックすると、これらの写真dialogの拡大版が作成されます。問題は、flowplayerが常に の上にあることdialogです。
高低z-indexを設定してみましたが、うまくいきません。dialogflowplayer
flowplayerその値を下げz-indexたり、その上に配置できるようにする方法はありdialogますか?
編集フロープレーヤーは次のとおりです。
//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ています