Author: andre
Date: 2010-05-17 16:47:31 +0200 (Mon, 17 May 2010)
New Revision: 42205
Modified:
openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
always autobuffer for flowplayer, it looks like this seems to work best in IE 7
and 8
Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-05-17 14:24:41 UTC (rev 42204)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-05-17 14:47:31 UTC (rev 42205)
@@ -825,8 +825,8 @@
autoPlay: this.autoplay,
duration: duration,
scaling: 'fit',
- autoBuffering: this.autobuffer,
- bufferLength: 5
+ autoBuffering: true
+ //bufferLength: 5
},
plugins: { controls: ctrls }
});
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs