$f( "player1", { src: "flowplayer-3.1.5.swf", wmode: 'opaque', // minimum flash version version: [9, 115], // older versions will see a custom message onFail: function() { document.getElementById("info").innerHTML = "You need the latest Flash version to see MP4 movies. " + "Your version is " + this.getVersion(); } }, { play: { opacity: 0.8 }, clip: { autoPlay: false, autoBuffering: true }, logo: { displayTime: 0, opacity: 0.1 }, plugins: { controls: { backgroundColor: 'transparent', backgroundGradient: 'none', bottom: 5, opacity: 0.75, autoHide: 'allways', hideDelay: 1000, play: true, volume: false, mute: true, time: true, stop: false, playlist: false, fullscreen: false, scrubber: true, timeColor: '#89ac0f', durationColor: '#cccccc', progressColor: '#89ac0f', progressGradient: 'none', bufferColor: '#42a52b', bufferGradient: 'none', sliderColor: '#000000', sliderGradient: 'none', buttonColor: '#89ac0f', buttonOverColor: '#42a52b', volumeSliderColor: '#000000', volumeSliderGradient: 'none', timeBgColor: '#444444' } } } ); $f( "player2", { src: "flowplayer-3.1.5.swf", wmode: 'opaque', // minimum flash version version: [9, 115], // older versions will see a custom message onFail: function() { document.getElementById("info").innerHTML = "You need the latest Flash version to see MP4 movies. " + "Your version is " + this.getVersion(); } }, { play: { opacity: 0.8 }, clip: { autoPlay: false, autoBuffering: true }, logo: { displayTime: 0, opacity: 0.1 }, plugins: { controls: { backgroundColor: 'transparent', backgroundGradient: 'none', bottom: 5, opacity: 0.75, autoHide: 'allways', hideDelay: 1000, play: true, volume: false, mute: true, time: true, stop: false, playlist: false, fullscreen: false, scrubber: true, timeColor: '#89ac0f', durationColor: '#cccccc', progressColor: '#89ac0f', progressGradient: 'none', bufferColor: '#42a52b', bufferGradient: 'none', sliderColor: '#000000', sliderGradient: 'none', buttonColor: '#89ac0f', buttonOverColor: '#42a52b', volumeSliderColor: '#000000', volumeSliderGradient: 'none', timeBgColor: '#444444' } } } );