Flowplayer>   Screenshots

Living Screenshots

By clicking on the images you'll see the given configuration in action.

Highly glossy controlbar

controlBarGloss:'high',
controlBarBackgroundColor:'0x567890'

Reduced controlbar with black look

showVolumeSlider: false,
showMuteVolumeButton: false, 
showMenu: false, 
controlBarBackgroundColor: 0

Controls over video

showVolumeSlider: false,
controlsOverVideo: 'locked',
controlBarBackgroundColor: -1,
controlBarGloss: 'none' 

Controls over video with auto-hide

showVolumeSlider: false,
controlsOverVideo: 'ease',
controlBarBackgroundColor: -1,
controlBarGloss: 'low' 

Mimimalistic look

showStopButton: false, 
showScrubber: false, 
showVolumeSlider: false,
showMuteVolumeButton: false, 
showFullScreenButton: false, 
showMenu: false, 
controlsOverVideo: 'locked',
controlBarBackgroundColor: -1,
controlBarGloss: 'none' 

Solid controls and custom logo

Watermarks are supported in licenced version.

showVolumeSlider: false,
showMuteVolumeButton: false, 
showMenu: false, 
controlBarBackgroundColor: 0x555555,
controlBarGloss: 'none',

showWatermark:'always',
watermarkUrl:'img/acme-logo.png',
watermarkLinkUrl:'http://www.acme.org'