add position control to embed player

This commit is contained in:
rolux 2013-02-12 11:35:27 +05:30
parent 4defbaccd1
commit b044146b8d

View file

@ -29,7 +29,7 @@ Ox.load('UI', {
controlsTop: (Ox.Fullscreen.available ? ['fullscreen'] : []).concat(
['space', 'open']
),
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'],
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'settings'],
duration: data.duration,
enableFind: false,
enableFullscreen: Ox.Fullscreen.available,