player = flowplayer("play", {src: '/main/templates/v1/flash/flowplayer-3.1.5.swf', wmode: 'transparent'}, { key: '#$6fe97dc18f9edbf1e4b', clip: { scaling:'fit' }, canvas: { backgroundGradient: 'none', backgroundColor: '#000000' }, plugins: { controls: { url: '/main/templates/v1/flash/flowplayer.controls-3.1.5.swf', backgroundColor: '#000000', width:'95%', height:30, bottom: 10, borderRadius: 15, backgroundGradient: 'none', autoHide: 'always', volume: false, mute: false, sliderColor: '#666666', bufferColor: '#49BDD9', progressColor: '#00529B', buttonColor: '#00529B', timeColor: '#ffffff', timeBgColor: null, fullscreen: false, buttonOverColor: '#49BDD9', tooltips: { buttons: true, fullscreen: 'Ver a pantalla completa', play: 'Reproducir', pause: 'Pausa' } } }, play: { replayLabel: 'Ver de novo' }, playlist: [ { url: '/media/captura/planetacine-futboldealterne.jpg', scaling:'scale', autoPlay: true }, { url: '/media/videos/planetacine-futboldealterne.mp4', scaling: 'fit', autoPlay: false, onStart: function(){ window.playing = player; }, onResume: function(){ window.playing = player; } } ] } );