1
0
Fork 0
forked from 0x2620/oxjs

add 'invertHighlight' option to video player

This commit is contained in:
rolux 2013-02-12 11:58:52 +05:30
commit 37fd8b2ce9
3 changed files with 20 additions and 10 deletions

View file

@ -33,6 +33,7 @@ Ox.VideoPlayer <f> Generic Video Player
fullscreen <b|false> If true, video is in fullscreen
height <n|144> Height in px (excluding external controls)
in <n> In point (sec)
invertHighlight <b|false> If true, invert selection highlight on timeline
keepIconVisible <b|false> If true, play icon stays visible after mouseleave
keepLargeTimelineVisible <b|false> If true, large timeline stays visible after mouseleave
keepLogoVisible <b|false> If true, logo stays visible after mouseleave
@ -1492,6 +1493,7 @@ Ox.VideoPlayer = function(options, self) {
find: self.options.find,
imageURL: self.options.timeline,
'in': self.options['in'],
invertHighlight: self.options.invertHighlight,
mode: 'player',
out: self.options.out,
paused: self.options.paused,