var flowplayer_config = {
  clip: {
    autoPlay: true,
    scaling: 'fit'
  },
  playlist: [
    {title: 'Kinospot', url: 'files/kinospot.mp4'},
    {title: 'Video', url: 'files/dvd.mp4'}
  ],
  plugins:  {
    controls: {
      playlist: true,
      fullscreen: false,
      backgroundColor: 'rgba(255, 0, 0, 0)',
      backgroundGradient: 'none'
    }
  }
}
