flowplayer("player22", {src: 'flowplayer/flowplayer-3.0.7.swf', wmode: 'opaque'}, { // common clip properties clip: { baseUrl: 'http://www.sistabroza.com/', scaling: 'fit' }, canvas : { backgroundColor : '#000000', backgroundGradient : 'none'}, // setup controlbar to use our "gray" skin plugins: { controls: conf169.skins.darkdog } , // here is our playlist with two clips playlist: [ // this first PNG clip works as a splash image { 'url': 'upload/video/splash-22.jpg', 'scaling': 'fit' }, // second clip is a video. when autoPlay is set to false the splash screen will be shown { 'url': 'upload/video/Green-Card-sous-les-Tropiques-intro.flv', 'autoPlay': false, // video will be buffered when splash screen is visible 'autoBuffering': true } ] });