Author: andre
Date: 2009-11-20 11:12:37 +0100 (Fri, 20 Nov 2009)
New Revision: 39815

Modified:
   openimages/trunk/src/main/webapp/style/js/play.js.jsp
Log:
activate oiplayer for man-column


Modified: openimages/trunk/src/main/webapp/style/js/play.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-11-20 
08:16:43 UTC (rev 39814)
+++ openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-11-20 
10:12:37 UTC (rev 39815)
@@ -12,12 +12,12 @@
 */
 
 function initPlayer() {
-    $('.sometest').oiplayer({
+    $('.main-column').oiplayer({
         /* msie (or windows java) has issues with just a dir */
         'server' : '<mm:url page="/" absolute="true" />',
-        /* the files (jar, flash) need to be in this directory */
         'jar' : '${mm:link('/player/cortado-ovt-stripped-wm_r38710.jar')}',
-        'flash' : '${mm:link('/player/flowplayer-3.1.1.swf')}'
+        'flash' : '${mm:link('/player/flowplayer-3.1.1.swf')}',
+        'controls' : 'true'
     });
 }
 

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

Reply via email to