私はflowplayer
その下にいくつかの写真で使用している を持っています。これらの写真をクリックすると、これらの写真dialog
の拡大版が作成されます。問題は、flowplayer
が常に の上にあることdialog
です。
高低z-index
を設定してみましたが、うまくいきません。dialog
flowplayer
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
ています