Here we have set up a background image for the control bar. Its a JPG image
with a simple repeating leather pattern. This is a very powerful way of
skinning your player and making it match your website. Also the control bar's
colors and positioning have been changed a bit.
Changing the image at runtime
You can use the scripting API to change the background image at runtime using
following code.
flowplayer("player","http://releases.flowplayer.org/swf/flowplayer-3.2.11.swf",{ // use the first frame of the video as a "splash image" clip:{ autoPlay:false, autoBuffering:true },
// controlbar settings plugins:{ controls:{
// set up a background image background:'url(/media/img/player/skin_leather.png) no-repeat',
/ you may want to remove the gradient / // backgroundGradient: 'none',
// these buttons are visible all:false, scrubber:true, play:true, mute:true,