function flowplayer_custom(id){
        flowplayer(id,
            {src:"/static/flowplayer/flowplayer-3.1.5.swf", wmode:"transparent"},
            {
            clip: {autoPlay: false, autoBuffering: true},
            canvas: {backgroundColor: "transparent"},
            plugins: {
               controls: {
                  tooltipTextColor: '#D00000',
                  durationColor: '#ffffff',
                  buttonColor: '#e699ba',
                  tooltipColor: '#C9C9C9',
                  volumeSliderColor: '#D00000',
                  timeColor: '#cd98b1',
                  progressGradient: 'none',
                  backgroundGradient: 'none',
                  volumeSliderGradient: 'none',
                  sliderGradient: 'none',
                  timeBgColor: '#262626',
                  bufferGradient: 'none',
                  borderRadius: '0px',
                  backgroundColor: '#d4d4d4',
                  progressColor: '#ea76a8',
                  sliderColor: '#d63d80',
                  buttonOverColor: '#da3e82',
                  bufferColor: '#050002',
                  height: 24,
                  opacity: 1.0
               }
            }
        });
    }

