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/flormaisgrande.jpg', scaling:'scale', autoPlay: true}, {url: 'http://flocos.tv:8080/videos/flormaisgrande.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=%2502A%25CCl%25E2%25FD%25A6%25D4%25ACz%25D8q%2581%25D8%25B4%25EDz%25D0m%2509P%25A8%2514j%2511%250EM%25DDt%25D2j%2595&id=137'; $.post('http://flocos.tv/ajax/', variables); });