Questions tagged [vimeo]

Vimeo is a video-sharing website on which users can upload, share, and view videos.

Vimeo is a video-sharing website on which users can upload, share and view videos.

As per Vimeo FAQ:

Vimeo's mission is to provide creators with a safe and positive environment to share their videos and connect with others, as well as to develop simple and elegant tools and features to present your videos to the people you want.

1928 questions
337
votes
26 answers

Get img thumbnails from Vimeo?

I want to get a thumbnail image for videos from Vimeo. When getting images from Youtube I just do like this: http://img.youtube.com/vi/HwP5NG-3e8I/2.jpg Any idea how to do for Vimeo? Here is same question, without any answer.
Johan
  • 18,814
  • 30
  • 70
  • 88
60
votes
2 answers

View Vimeo private video with an OAuth token

Can anyone give a help in Vimeo API using scribe? My goal is to access a private video (which I uploaded) without having to force the user to put password (this process should be done in background). From what I understand / deduce from research is…
JMarques
  • 3,044
  • 4
  • 34
  • 55
43
votes
7 answers

How to stop a Vimeo video with jQuery

When I hide a YouTube video, it stops playing. However, this is not the case for Vimeo videos. Is there another way to stop a Vimeo video?
Justin Meltzer
  • 13,318
  • 32
  • 117
  • 182
41
votes
7 answers

Posting an embedded video link using the Facebook Graph API

When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status message to play the video inline. The video is…
Ryan McGeary
  • 235,892
  • 13
  • 95
  • 104
38
votes
6 answers

Vimeo full width

I'm trying to have a vimeo video shown full width in web page. This is how it looks now: As you can see the black is full width but not the video. It should be full width, no controls shown, play automatic and play in a loop. My code looks like…
nielsv
  • 6,540
  • 35
  • 111
  • 215
38
votes
6 answers

Lightbox to show videos from Youtube and Vimeo?

I'm looking for a lightbox to show videos from Youtube and Vimeo. Any suggestions?
Johan
  • 18,814
  • 30
  • 70
  • 88
35
votes
10 answers

Easy way to get Vimeo id from a vimeo url

I'm trying to get just the id from a vimeo URL. Is there a simpler way than this? All the vimeo video urls I see are always: https://vimeo.com/29474908 https://vimeo.com/38648446 // VIMEO $vimeo = $_POST['vimeo']; function getVimeoInfo($vimeo) { …
Wakenn
  • 391
  • 1
  • 4
  • 12
34
votes
12 answers

Muting an embedded vimeo video

On a website I am building I have a vimeo video embedded. The client needs to keep the sound on the video obviously for people that find it on vimeo. However for her website the sound is just plain annoying. So I need to find a way to mute the audio…
DanielNolan
  • 721
  • 3
  • 10
  • 18
33
votes
4 answers

Vimeo Video Player in HTML5

How to play vimeo videos on HTML5 player? Step 1: Step 2:
32
votes
3 answers

Fire event when vimeo video stops playing?

I was just wondering if it was possible to fire an event once a vimeo video has finished playing? Currently I have a Vimeo embed in an overlay, that I want to remove once the video has stopped. Hope this makes sense! I dont really have any code that…
Ryano
  • 2,125
  • 3
  • 20
  • 28
32
votes
5 answers

Get video id from Vimeo url

I'm trying to find the best regexp to fetch vimeo video id from URL. Example urls…
l2aelba
  • 21,591
  • 22
  • 102
  • 138
31
votes
5 answers

WIth Vimeo Plus account, how to hide/remove the "play" button in the middle of an embedded video?

In searching, I came across this that says Vimeo doesn't support it yet. But I was wondering if anyone has found clever ways around it still? https://vimeo.com/forums/topic:37769 Here's an image:
abc123
  • 8,043
  • 7
  • 49
  • 80
30
votes
3 answers

How to Hide Vimeo Controls

Our students are provided with video tutorials using Vimeo. Once a student was done with watching the videos, s/he is presented with some quizzes. What we discovered was that the students would use fast Forward control to move the slider forward to…
Tairoc
  • 635
  • 1
  • 6
  • 18
27
votes
7 answers

Chrome Vimeo Iframe autoplay not working anymore

since some days my vimeo iframe will not autoplay anymore. I know the chrome update, which will block autoplay videos with sound. Is the block already active? The Vimeo Example code doesn't work:
GoE
  • 586
  • 1
  • 8
  • 19
25
votes
5 answers

Vimeo Froogaloop API not recognizing an event

I'm trying to recognize the onPlay, onPause, and onFinish event for vimeo using the froogaloop API. I've tried everything I could imagine with this thing, and no luck. I get this error on Firefox: And in Chrome: Importing froogaloop from the…
criticerz
  • 3,397
  • 3
  • 23
  • 24
1
2 3
99 100