Using a Google Gadget, we can play a Video from Vimeo
Code from Vimeo<object width="400" height="225"><param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2639782&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /> <embed src="http://vimeo.com/moogaloop.swf?clip_id=2639782&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"> </embed> </object> <p><a href=http://vimeo.com/2639782 target="_blank" title="vimeo : One year in 40 seconds">One year in 40 seconds</a> from <a href=http://vimeo.com/eirikso target="_blank" title="Eirik Solheim">Eirik Solheim</a> on <a href=http://vimeo.com target="_blank" title="Vimeo">Vimeo</a>.</p> Url of the GadgetParameters of the GadgetFile : http://vimeo.com/moogaloop.swf?clip_id=2639782&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1 Link to vimeo : <p><a href=http://vimeo.com/2639782 target="_blank" title="vimeo : One year in 40 seconds">One year in 40 seconds</a> from <a href=http://vimeo.com/eirikso target="_blank" title="Eirik Solheim">Eirik Solheim</a> on <a href=http://vimeo.com target="_blank" title="Vimeo">Vimeo</a>.</p> Auto Play The Video
Just add autoplay=1 at the end of the parameter
File : http://vimeo.com/moogaloop.swf?clip_id=2639782&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1&autoplay=1 The ResultOne year in 40 seconds from Eirik Solheim on Vimeo. Thumbnail of the videoFrom the URL of the video, create the URL of the API xml file
URL of the Video : http://vimeo.com/2639782 URL of the API xml file : http://vimeo.com/api/v2/video/2639782.xml Open the xml file. Pick up the URL of the thumbnail (small, medium or large)
I choose to display the 200 pixels thumbnail :
|




