Author: andre
Date: 2009-08-13 14:57:17 +0200 (Thu, 13 Aug 2009)
New Revision: 37785

Modified:
   openimages/trunk/src/main/webapp/style/js/play.js.jsp
Log:
support for msie



Modified: openimages/trunk/src/main/webapp/style/js/play.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-08-13 
12:55:28 UTC (rev 37784)
+++ openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-08-13 
12:57:17 UTC (rev 37785)
@@ -5,14 +5,15 @@
 /*
   Javascript to init the player
   @author: André van Toly
-  @version: 0.1
-  @changes: initial version
+  @version: 0.2
+  @changes: support for msie
 */
 
 function initPlayer() {
     var id = "vplayer";
     /* these files (jar, flash) need to be in that directory */
     var config = { 
+        'server' : '<mm:url page="/" absolute="true" />',   /* msie (or 
windows java) has issues with just a dir, even with ports like 8080 */
         'dir' : '${mm:link('/player')}',
         'jar' : 'cortado-ovt-stripped-wm_r38710.jar',
         'flash' : 'flowplayer-3.1.1.swf'

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to