--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/thd/web/js/flowplayer/.svn/text-base/uc.flowplayer.config.js.svn-base Tue Sep 22 16:40:38 2009 +0200
@@ -0,0 +1,68 @@
+/**
+ * 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 ...
+ }
+
+}
\ No newline at end of file