﻿
var conf = {
    defaults: {
        autoPlay: false,
        autoBuffering: false,
        controls: { url: 'flowplayer.controls-3.2.0.swf' },
        canvas: { backgroundColor: '#ffffff' },
        onBegin: function() { this.getControls().fadeIn(3000); }
    },
    skins: {
        asiand8: {
            buttonColor: '#666666',
            buttonOverColor: '#e91550',
            backgroundColor: '#e8e2cf',
            backgroundGradient: 'none',
            bufferGradient: 'none',
            progressGradient: 'none',
            volumeSliderGradient: 'none',
            sliderGradient: 'none',
            tooltipTextColor: '#ffffff',
            tooltipColor: '#333333',
            progressColor: '#e91550',
            bufferColor: '#e91550',
            timeBgColor: '#CCCCCC',
            timeColor: '#e91550',
            durationColor: '#333333',
            volumeSliderColor: '#e91550',
            height: 25,
            opacity: 0,
            autoHide: 'never'
        }
    }
}
