Author: andre
Date: 2010-03-02 17:07:04 +0100 (Tue, 02 Mar 2010)
New Revision: 41234
Modified:
openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
these should become the default links, this in play.js differ for now
Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-02 16:06:23 UTC (rev 41233)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-02 16:07:04 UTC (rev 41234)
@@ -498,7 +498,7 @@
MSCortadoPlayer.prototype.init = function(el, url, config) {
this._init(el, url, config);
/* msie (or windows java) can only load an applet from the root of a site,
not a directory or context */
- var jar = config.server + config.jar;
+ var jar = config.server + config.jar;
var usevideo = true;
var useheight = this.height;
if (this.type == 'audio') {
@@ -539,7 +539,7 @@
FlowPlayer.prototype = new Player();
FlowPlayer.prototype.init = function(el, url, config) {
this._init(el, url, config);
- var flwplayer = config.flash;
+ var flwplayer = config.server + config.flash;
var duration = (this.duration == undefined ? 0 :
Math.round(this.duration));
var div = document.createElement('div'); // TODO: add (random) id: adding
flowplayer and returning it impossible without id
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs