flowplayer("player", "scripts/flowplayer/flowplayer-3.1.5.swf", {

    clip: {
      autoPlay: true,
      autoBuffering: true
    },

    plugins: {                                                     // load one or more plugins
      controls: {                                                  // load the controls plugin
        url: 'scripts/flowplayer/flowplayer.controls-3.1.5.swf',   // always: where to find the Flash object
        playlist: true,                                            // now the custom options of the Flash object
        backgroundColor: '#625E52',
        backgroundGradient: 'medium',
        borderRadius: '0px',
        progressColor: '#625E52',
        progressGradient: 'medium',
        bufferColor: '#e1e1e1',
        bufferGradient: 'none',
        volumeSliderGradient: 'medium',
        volumeSliderColor: '#363636',
        tooltipColor: '#625E52',
        tooltipTextColor: '#000000',
        buttonOverColor: '#444444',
        buttonColor: '#686868',
        buttonGradient: 'medium',
        sliderColor: '#667b5f',
        height: 16,
        opacity: 1.0,
        time : false,
        tooltips: {                                                // this plugin object exposes a 'tooltips' object
            buttons: true,
            fullscreen: 'Vollbild Modus'
        }
      }
    }

});
