/**
* Example external configuration file.
* You can freely categorize these nodes
*/
var conf = {
// default clip configuration
selection: {
autoPlay: true,
autoBuffering: true,
baseUrl: 'http://media.universcine.com',
hideDelay: 2000
},
photo: {
autoPlay: true,
autoBuffering: false
},
player: {
autoPlay: true,
autoBuffering: true,
hideDelay: 2000
},
// my skins
skins: {
universcine: {
// location of the plugin
// display properties such as size, location and opacity
bottom: 0,
height: 24,
// progress bar
progressColor: '#990000',
bufferColor: '#333333',
SliderColor: '#333333',
// buttons
buttonColor: '#990000',
buttonColorOver: '#999999',
// styling properties (will be applied to all plugins)
backgroundColor: '#000000',
backgroundGradient: 'none',
opacity: 0.8,
// controlbar specific settings
autoHide: true,
all: false,
play: true,
scrubber: true,
mute: true,
volume: true,
fullscreen: true,
// a little more styling
width: '99%',
bottom: 2,
left: '50%',
borderRadius: 5
}
// setup additional skins here ...
}
}