I have flowplayerone that I use with a few pictures below. When you click on these snapshots, a dialoglarger version of these images is created. The problem is that flowplayerit will always be on top dialog.
I tried setting the z-indextop level dialogand flowplayerlow, but it does not work.
Is there a method in flowplayerthat will omit it z-indexor allow my placement dialogabove it?
Change . Heres theplayplayer:
$f('#rightVideoContent', "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
clip: {
url: videoLocation,
autoPlay: true,
autoBuffering: true
},
plugins: {
controls: null
},
onLoad: function () {
}
});
And so div
<div id = "rightVideoContent" class = "VideoDiv"></div>
I use flowplayer-3.2.6.jsas well
source
share