embed player: move fullscreen control

This commit is contained in:
rolux 2013-02-12 17:18:49 +05:30
parent 1720cc605d
commit e49abea38f

View file

@ -25,15 +25,15 @@ Ox.load('UI', {
censored: data.censored, censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon, censoredIcon: pandora.site.cantPlay.icon,
censoredTooltip: pandora.site.cantPlay.text, censoredTooltip: pandora.site.cantPlay.text,
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name}, controlsBottom: ['play', 'volume', 'scale'].concat(
controlsTop: (options.showCloseButton ? ['close'] : []).concat(
['space']
).concat(
Ox.Fullscreen.available ? ['fullscreen'] : [] Ox.Fullscreen.available ? ['fullscreen'] : []
).concat( ).concat(
['open'] ['timeline', 'position', 'settings']
),
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name},
controlsTop: (options.showCloseButton ? ['close'] : []).concat(
['space', 'open']
), ),
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'settings'],
duration: data.duration, duration: data.duration,
enableFind: false, enableFind: false,
enableFullscreen: Ox.Fullscreen.available, enableFullscreen: Ox.Fullscreen.available,