// 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: "#6e4798", 
        buttonColor: "#240545",  
        buttonOverColor: "#350865",
        progressColor: "#3a0078",
        bufferColor: "#270051",
        tooltipColor: "#350b63",                        
        tooltipTextColor: "#ffffff",
        volumeSliderColor: '#180132',                                                       
        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
    }
                               
  });                  




