How can I play video from picasa.
I found that for every 11 hours the picasa will change the url.
Now I need to fetch the url of picasa video for every 11 hours by some cron job. and dynamically need to append to player.
Anyone please help me out..
Thanks..
I have a url "https://picasaweb.google.com/110952422080907262131/February14201402?authkey=Gv1sRgCPzS0ITcnM33DA#5980149616210161090"
HTML
<object width="425" height="355">
<param name="movie" value="YOUR_VIDEO_URL"> </param>
<param name="wmode" value="transparent"> </param>
<embed src="picasaweb.google.com/110952422080907262131/…; type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"> </embed>
</object>
You need to use this kind of a link
https://picasaweb.google.com/110952422080907262131/February14201402#5980149616210161090
Not this
https://picasaweb.google.com/110952422080907262131/February14201402?authkey=Gv1sRgCPzS0ITcnM33DA#5980149616210161090
because the last link expire, the first NOT :)