// Configuracion video player 
  flowplayer("player", g_HttpRelativeWebRoot + "groups/imagenes/documents/imagen/flowplayer-3.1.3.swf", {           
		play: {
      replayLabel: "Reproducir de nuevo"
		},
		
    plugins: {
         
      controls: { 
        opacity: 0.85,
        height: 26,
        backgroundColor: "#4e6c90", 
        buttonColor: "#123054",  
        buttonOverColor: "#1f3d61",
        progressColor: "#29476b",
        bufferColor: "#254367",
        tooltipColor: "#2e4c70",                        
        tooltipTextColor: "#ffffff",
        volumeSliderColor: '#011937',                                                       
        all: false, 
        play: true,
        volume: true,
        stop: true,
        mute: true, 
        scrubber: true,
        fullscreen: true,                   
               
        tooltips: {                        
          buttons: true,                             
          play: "Reproducir",
          stop: "Detener",
          pause: "Pausa",
          fullscreen: "Pantalla completa",
          fullscreenExit: "Salir de pantalla completa",
          mute: "Mudo",
          unmute: "Sonido"
        }                                                                 
      }
    },  
                   
    clip: {                                 
      autoBuffering: true,
      autoPlay: true
    }
                               
  });                  




