-1

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.

numediaweb
  • 16,362
  • 12
  • 74
  • 110

1 Answers1

0

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

samccone
  • 10,746
  • 7
  • 43
  • 50