1
0
Fork 0
forked from 0x2620/oxjs

add 'DRM'

This commit is contained in:
rlx 2011-10-22 21:03:42 +00:00
commit 1954a7a799
5 changed files with 123 additions and 14 deletions

View file

@ -15,6 +15,7 @@ Ox.VideoPanelPlayer = function(options, self) {
var that = Ox.Element({}, self)
.defaults({
annotationsSize: 256,
censored: [],
duration: 0,
height: 0,
'in': 0,
@ -65,6 +66,7 @@ Ox.VideoPanelPlayer = function(options, self) {
});
self.$video = Ox.VideoPlayer({
censored: self.options.censored,
controlsTop: ['fullscreen', 'title', 'find'],
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'resolution'],
enableFind: true,