// flowplayer basic conf

var flowplayerconf = {
  defaults: {
    autoPlay: false,
    //baseUrl: 'http://localhost',
    autoBuffering: true,
    onBegin: function() {
      this.getControls().fadeIn(3000);
    }
  },
  skins: {
    baborDefault: {
    "timeColor":"#b8bec3",
    "borderRadius":"0px",
    "buttonOffColor":"rgba(130,130,130,1)",
    "stop":true,
    "bufferGradient":"none",
    "sliderColor":"#000000",
    "zIndex":1,
    "backgroundColor":"rgba(0, 0, 0, 0)",
    "scrubberHeightRatio":0.6,
    "volumeSliderGradient":"none",
    "tooltipTextColor":"#b8bec3",
    "spacing":{
      "time":6,
      "volume":8,
      "all":2
    },
    "sliderGradient":"none",
    "timeBorderRadius":20,
    "timeBgHeightRatio":0.8,
    "volumeSliderHeightRatio":0.6,
    "progressGradient":"none",
    "height":26,
    "volumeColor":"rgba(142, 144, 144, 1)",
    "tooltips":{
      "marginBottom":5,
      "buttons":false
    },
    "timeSeparator":" ",
    "name":"controls",
    "volumeBarHeightRatio":0.2,
    "opacity":1,
    "left":"50pct",
    "timeFontSize":12,
    "tooltipColor":"rgba(0, 0, 0, 0)",
    "border":"0px",
    "bufferColor":"rgba(207, 204, 201, 1)",
    "volumeSliderColor":"#b8bec3",
    "buttonColor":"#b8bec3",
    "durationColor":"rgba(207, 204, 201, 1)",
    "autoHide":{
      "enabled":true,
      "hideDelay":1000,
      "hideStyle":"fade",
      "mouseOutDelay":500,
      "hideDuration":3000,
      "fullscreenOnly":false
    },
    "backgroundGradient":"none",
    "width":"100pct",
    "sliderBorder":"1px solid rgba(128, 128, 128, 0.7)",
    "display":"block","buttonOverColor":"#b8bec3",
    "url":"flowplayer.controls-3.2.5.swf",
    "progressColor":"rgba(142, 144, 144, 1)",
    "timeBorder":"0px solid rgba(0, 0, 0, 0.3)",
    "timeBgColor":"rgb(0, 0, 0, 0)",
    "scrubberBarHeightRatio":0.2,
    "bottom":0,
    "builtIn":false,
    "volumeBorder":"1px solid rgba(128, 128, 128, 0.7)",
    "margins":[2,12,2,12]
    }
    // add other skin here
  }
}
