Author: andre
Date: 2010-03-17 12:02:42 +0100 (Wed, 17 Mar 2010)
New Revision: 41458

Modified:
   openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css
   openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
more details regarding audio

Modified: openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css  2010-03-17 
10:48:57 UTC (rev 41457)
+++ openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css  2010-03-17 
11:02:42 UTC (rev 41458)
@@ -27,14 +27,14 @@
 div.oiplayer.audio > div.player
 {
        position: absolute;
-       bottom: 0;
+       top: 0;
        left: 0;
        z-index: 9;
 }
 div.oiplayer.audio > div.player > audio
 {
        position: absolute;
-       bottom: 28px;
+       bottom: 0;
        left: 0;
        width: 100%;
 }

Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-03-17 10:48:57 UTC (rev 41457)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-03-17 11:02:42 UTC (rev 41458)
@@ -67,7 +67,7 @@
             if (config.controls) {
                 $(div).append(createControls());
             }
-            
+            //$.oiplayer.msg(player, player.info);
             players.push(player);
 
         }); // end for each
@@ -150,7 +150,7 @@
         if (player.type == 'video') {
             $(div).find('.preview').remove();
         } else {
-            $(div).find('.preview').css("z-index", "1");
+            //$(div).find('.preview').css("z-index", "1");
         }
         
$(div).find('div.player').show().height(player.height).width(player.width);
         player.play();
@@ -162,6 +162,7 @@
             }
             $.oiplayer.follow(player);
         }
+        //$.oiplayer.msg(player, "Playing... " + player.info);
     }
 
     function fullscreen(player) {

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

Reply via email to