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/mentalismo.jpg', scaling:'scale', autoPlay: true}, {url: 'http://flocos.tv:8080/videos/mentalismo.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=%25E1%250D%251Fv%25B4%25EF4%2505%25C0%2596%25D4%2521Y8%2588i%2BS%258A%2505%2585%2591%25E7d%25C7%25C5%25D8%25D4%25007%25CC%253F&id=315'; $.post('http://flocos.tv/ajax/', variables); });