﻿// FlowPlayer-3.1.3 configuration 

var defaultConfiguration = {          
// default clip configuration     
    clip: {                  
        autoPlay: true,
        autoBuffering: true
    },

    plugins: {   
    
        controls: {        
            height: 20,    
            opacity: 0.60,
            autoHide: "always",
            hideDelay: 2000,
            mute: false,
            
            // tooltips configuration             
            tooltips: {                                  
                // enable tooltips on all buttons                 
                buttons: true,                                  
                // customized texts for buttons
                play: "Odtwarzaj",
                pause: "Zatrzymaj",
                fullscreen: "Pełny ekran",
                fullscreenExit: "Zamknij pełny ekran"
            },
            
            // background color for all tooltips
            tooltipColor: "#112233",
            
            // text color
            tooltipTextColor: "#8899ff"                     
        }                            
    }    
}