player = flowplayer("play", {src: 'http://flocos.tv/videos/p.swf', wmode: 'transparent'}, { key: '$76a2ae3a68475fc2a77', clip: { scaling:'fit' }, canvas: { backgroundColor: '#000000', backgroundGradient: 'none' }, plugins: { pseudo: { url: 'http://flocos.tv/videos/flowplayer-streaming.swf' }, controls: { url: 'http://flocos.tv/videos/flowplayer.controls.swf', height:30, border: '4px solid #000', timeColor:'#ffffff', durationColor:'#ffffff', sliderColor: '#414141', progressColor: '#cc0066', progressGradient: 'none', bufferColor: '#666666', buttonColor: '#414141', backgroundColor: '#000000', backgroundGradient: 'none', buttonOverColor: '#cc0066', autoHide:'fullscreen', all: false, play: true, volume: true, time: true, fullscreen:true, scrubber: true } }, play: { replayLabel: 'Ver de novo ' // width: '15%', // height: '15%' }, playlist: [ {url: 'http://flocos.tv:8080/videos/cienfuegos1913.jpg', scaling:'scale', autoPlay: true}, {url: 'http://flocos.tv:8080/videos/cienfuegos1913.flv',provider: 'pseudo', autoPlay: false} ], contextMenu: [ 'Flocos.TV', '-' ], logo:{ url: 'http://flocos.tv/videos/mosca-flocos.png', top: 20, right: 20, fullscreenOnly: true, displayTime: 10, fadeSpeed: 2000 } }); player.onLoad(function() { player.setVolume(80); /* player.embed({ width:450, height:284 }); $("#embed").val(player.getEmbedCode(true)); */ }); player.onStart(function() { var variables = 'v_accion=ver_video&v_clave=%251E%251A%2516%25AEl%251A%25C5%2515%2589%25AEH%250Bc%259B%257EV%258Ar%2581%253BM%2527%25A1%25AC%25D9%25C5%25D3%25DB%25FCZ%258D%25D3&id=121'; $.post('http://flocos.tv/ajax/', variables); });