Is there any attempt to re-make something like Vimeo's couch mode http://vimeo.com/couchmode in jQuery?
I mean a video player which you feed with video links (either from vimeo or youtube) and acts like vimeos couch mode or youtube 's lean back.
Is there any attempt to re-make something like Vimeo's couch mode http://vimeo.com/couchmode in jQuery?
I mean a video player which you feed with video links (either from vimeo or youtube) and acts like vimeos couch mode or youtube 's lean back.
I am not familier with an exact clone... but you could write your own without much difficulty
http://code.google.com/apis/youtube/js_api_reference.html
http://vimeo.com/api/docs/advanced-api
basically you would write a script to query their api's .. return the video .. play it ect ..
hope this helps