From bf73eeabb5a97b962aa076078e02c62417005c01 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 29 Dec 2011 18:11:28 +0530 Subject: [PATCH] tweak embed player --- static/js/embed/pandora.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index 92d8b9a9..a5db41d9 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -28,9 +28,12 @@ Ox.load('UI', { }); }); that.append(pandora.player = Ox.VideoPlayer({ - controlsBottom: ['play', 'playInToOut', 'space', 'position'], + controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'settings'], enableFind: false, enableFullscreen: true, + enableKeyboard: true, + enableMouse: true, + enableTimeline: true, enableVolume: true, externalControls: false, height: document.height, @@ -39,8 +42,9 @@ Ox.load('UI', { paused: true, position: inPoint, poster: '/' + item + '/' + '128p' + inPoint +'.jpg', - showMarkers: true, - showMilliseconds: 2, + showMarkers: false, + showMilliseconds: 0, + timeline: '/' + item + '/' + 'timeline16p.png', title: result.data.title, video: video, width: document.width,