Author: andre
Date: 2009-11-23 22:14:20 +0100 (Mon, 23 Nov 2009)
New Revision: 39867

Modified:
   openimages/trunk/src/main/webapp/style/js/play.js.jsp
Log:
also in .right-column and no controls (OIP-112)


Modified: openimages/trunk/src/main/webapp/style/js/play.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-11-23 
20:43:53 UTC (rev 39866)
+++ openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-11-23 
21:14:20 UTC (rev 39867)
@@ -12,12 +12,12 @@
 */
 
 function initPlayer() {
-    $('.main-column').oiplayer({
+    $('.main-column, .right-column').oiplayer({
         /* msie (or windows java) has issues with just a dir */
         'server' : '<mm:url page="/" absolute="true" />',
         'jar' : '${mm:link('/player/cortado-ovt-stripped-wm_r38710.jar')}',
         'flash' : '${mm:link('/player/flowplayer-3.1.1.swf')}',
-        'controls' : 'true'
+        'controls' : 'false'
     });
 }
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to