Android Need help to resolve url from picasa
#1
Hi,

I am a newbie and would like to learn to write an addon. I have problem to get media url to pass it to xbmc player.
Please find in below the script code to play the video that I don't know how to resolve it to get the media url.

I would very much appreciate any help or guidance you are able to give me.

Thanks in advance,
sviet


Script from web site:

<div id="player_expand" class="player">
<script type="text/javascript" src="http://player.phimok.com/picasa/jwplayer.js"></script>
<div id="player"></div>
<script>
jwplayer("player").setup({
flashplayer:'http://player.phimok.com/picasa/player.swf',
controlbar: 'bottom',
width:'100%', height:'100%',
autostart:'true',
plugins: {
'http://player.phimok.com/picasa/plugins/timeslidertooltipplugin-3h.swf': {
'preview': {
'enabled': false
}
},
'http://player.phimok.com/picasa/plugins/captions-2.js':{
color:'#ffff80',
fontFamily:'Tahoma, Geneva, sans-serif',
fontSize:'17',
fontWeight:'normal'
}
},
'proxy.file':'http://player.phimok.com/picasa/proxy.php',
'file':'https://picasaweb.google.com/26527524920926527528921326927528934926527525721126 72432813492652432413472653192812032632032093153132 75257209265319241347267275225315311283275329305207 28321327127731120726528326727329120326726930532534 33432692433112152672752913172692472432392573512893 47267275265211267275273205267351317351267243281347 267319309207267275241229,'
});
</script>
</div>
Reply

Logout Mark Read Team Forum Stats Members Help
Need help to resolve url from picasa0