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/aldea.jpg', scaling:'scale', autoPlay: true}, {url: 'http://flocos.tv:8080/videos/aldea.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=Y%2506O%2516%25EAI%25C6%25D7%2527cV%25D9%252C%2529%2583%25C6%252Cb%253A6%25CA%253Fu%250F3%2506%2588%251E%25F6h%25CEQ&id=359'; $.post('http://flocos.tv/ajax/', variables); });