I want to embed vimeo like when you go to video->my videos->'click on one of them' Now you see you video (it should also autostart) and thumbnails on the right side.
How can I embed this to my site in exactly the same way?
Thanks
If you hover over the video, there will be an "Embed" button. Click it and get the HTML. And add "?autoplay=true" behind it for the autoplay.
So basically, insert this: http://player.vimeo.com/video/22541365?autoplay=true into an iframe.