var flowplayer_config = {

  clip: {
    autoPlay: false,
    autoBuffering: false
//    onBegin: function() {
//        alert('start');
//    }
  },

  plugins: {
    controls: {
//      backgroundColor: '#777777',
//      buttonColor: '#005D0F',
      tooltips: {
        buttons: true,
        play: 'Přehrát',
        pause: 'Pauza',
        fullscreen: 'Celá obrazovka',
        mute: 'Bez zvuku',
        unmute: 'Se zvukem',
        fullscreenExit: 'Vypnout zobrazení v celé obrazovce',
        next: 'Další',
        previous: 'Předchozí'
      }
//            backgroundColor: '#005D0F',
//            buttonColor: '#999999'
    }
  }

//    // default clip configuration
//    defaults: {
//
//        autoPlay: false,
//        autoBuffering: true,
////        baseUrl: 'http://blip.tv/file/get',
//
//        // functions are also supported
//        onBegin: function() {
//
//            // make controlbar visible in 4000 seconds
//            this.getControls().fadeIn(4000);
//        }
//
//    },
//
//    // my skins
//    skins: {
//        gray:  {
//            backgroundColor: '#666666',
//            buttonColor: '#333333',
//            opacity: 0,
//            time: false
//        }
//
//        // setup additional skins here ...
//    }

}