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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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