Author: andre
Date: 2010-03-24 15:59:20 +0100 (Wed, 24 Mar 2010)
New Revision: 41590
Modified:
openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
added "wmode: 'opaque'" property to flowplayer, makes controls to appear above
it
Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-24 09:11:16 UTC (rev 41589)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-24 14:59:20 UTC (rev 41590)
@@ -776,7 +776,7 @@
var div = document.createElement('div'); // TODO: (?) add (random) id:
adding flowplayer and returning it impossible without id
$(el).closest('div.oiplayer').html(div);
$(div).addClass('player');
- this.player = $f(div, { src: flwplayer, width: this.width, height:
this.height }, {
+ this.player = $f(div, { src: flwplayer, width: this.width, height:
this.height, wmode: 'opaque' }, {
clip: {
url: this.url,
autoPlay: this.autoplay,
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs