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/man.jpg', scaling:'scale', autoPlay: true}, {url: 'http://flocos.tv:8080/videos/man.mp4', 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=%25B7%253D%25FF%25AC%2509Jq7w%2521IVf%25C8%2513l%25B0%25C5%251B9%25EF%2596%25F0%25F9%25E8f%25C9%25FB%2583%2508J%259E&id=76'; $.post('http://flocos.tv/ajax/', variables); });