Author: andre
Date: 2010-06-21 10:44:46 +0200 (Mon, 21 Jun 2010)
New Revision: 42617

Removed:
   openimages/trunk/src/main/webapp/oiplayer/js/play.js
Modified:
   openimages/trunk/src/main/webapp/oiplayer/index.html
Log:
removed seperate js files and moved code to head of index.html

Modified: openimages/trunk/src/main/webapp/oiplayer/index.html
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/index.html        2010-06-21 
08:31:09 UTC (rev 42616)
+++ openimages/trunk/src/main/webapp/oiplayer/index.html        2010-06-21 
08:44:46 UTC (rev 42617)
@@ -101,7 +101,7 @@
     </li>
     <li>
       Enable the jQuery plugin on all HTML5 video or audio tags in a page with 
a body with 
-      class 'oiplayerexample'. For this example I used '<a 
href="js/play.js">js/play.js</a>'.
+      class 'oiplayerexample'.
 <pre>
 $(document).ready(function() {
     $('body.oiplayer-example').oiplayer();
@@ -128,7 +128,7 @@
             </ul>
         </li>
       </ul>
-      These examples point to files on <a 
href="http://www.openimages.eu";>www.openimages.eu</a> 
+      These examples point to plugin files on <a 
href="http://www.openimages.eu";>www.openimages.eu</a> 
       and should normally work with our media files.
 <pre>
 $(document).ready(function() {

Deleted: openimages/trunk/src/main/webapp/oiplayer/js/play.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/play.js        2010-06-21 
08:31:09 UTC (rev 42616)
+++ openimages/trunk/src/main/webapp/oiplayer/js/play.js        2010-06-21 
08:44:46 UTC (rev 42617)
@@ -1,16 +0,0 @@
-/*
-  Javascript to init and configure OIPlayer.
-  
-  @author: André van Toly
-  @version: '$Id$'
-  @changes: moved all oiplayer stuff to one directory
-*/
-
-$(document).ready(function() {
-    $('body.oiplayer-example').oiplayer({
-        server : 'http://www.openimages.eu', /* msie (or windows java) has 
issues with just a dir */
-        jar : '/oiplayer/cortado-ovt-stripped-wm_r38710.jar',
-        flash : '/oiplayer/plugins/flowplayer-3.1.5.swf',
-        controls : 'top'
-    });
-});

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

Reply via email to