Tagged Questions
Vimeo is a video-sharing website on which users can upload, share, and view videos.
16
votes
11answers
23k views
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 ...
11
votes
5answers
6k views
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 ...
5
votes
4answers
3k views
How can I find download links for vimeo videos?
I saw that today vimeo changed the way they are streaming the videos and I can't stream their videos anymore. I saw that when I generate the link to the video, which was for example:
...
5
votes
5answers
9k views
Lightbox to show videos from Youtube and Viemo?
I'm looking for a lightbox to show videos from Youtube and Vimeo.
Any suggestions?
4
votes
3answers
1k views
Simple PHP Regex question
I'd like to validate a field in a form to make sure it contains the proper formatting for a URL linking to a Vimeo video. Below is what I have in Javascript, but I need to convert this over to PHP ...
3
votes
1answer
93 views
2 scripts (FitVids.js, Vimeo.js) together kill Calling a function to play video, resulting in: VimeoAPI is not a function
Update below...
Ok, ive got a problem here. Im using this excellent vimeo class to make my life easier:
http://www.josh-ho.com/vimeo-class/
(source code here: http://labs.josh-ho.com/vimeo/Vimeo.js)
...
3
votes
1answer
158 views
OAuth integration with Vimeo using Scribe
I have been able to successfully get an access token from Vimeo using the Scribe API.
However, when I try to access a protected resource, I get an invalid signature error. My OAuthService that I use ...
3
votes
2answers
224 views
iOS: Vimeo Video player
I'm trying to play a Vimeo video in a iOS UIWebView using this code:
NSString *urlString = [NSString stringWithFormat:@"http://player.vimeo.com/video/%@?title=0&byline=0&portrait=0", ...
3
votes
2answers
882 views
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:
...
3
votes
2answers
3k views
YouTube Vimeo Video ID from Embed Code or From URL with PHP Regular Expression RegEx
I want to get Video ID for YouTube or Vimeo via its Embed code or from URL, Any solution to do this with PHP ?
3
votes
5answers
3k views
Vimeo videos in iPhone app
I was wondering if there's a way to "embed" a Vimeo video in an iPhone app.
For YouTube videos I'm using a webview containing the correct embed code for the YouTube video and the iPhone's native ...
3
votes
2answers
255 views
Video sharing site with embeddable upload control
I'm in the process of building a site with embedded videos. I'd prefer not dealing with the videos myself and instead use something like Vimeo Plus. I also would like the future administrators of the ...
2
votes
1answer
125 views
vimeo slideshow with cycle - thumbnails not showing second time round in ie
I've created a vimeo slideshow in cycle -but there's a problem.
in internet explorer the thumbnails don't show up on the second run through the video.
I've set up a fiddle - let it play through once ...
2
votes
1answer
207 views
Stop Vimeo embeds on previous / next buttons within Jquery Infinite Carousel
My setup: http://jsfiddle.net/ASa2K/1/
I have a Jquery Infinite Carousel which will have in it embedded Vimeo vids.
When 'Next' or 'Prev' is clicked, I would like it to stop all videos. Currently it ...
2
votes
1answer
515 views
Vimeo fullscreen not working on jquery colorbox
I am using jquery colorbox to load images/ videos. But I have this vimeo fullscreen problem with it.
The fullscreen works fine on colorbox as I only have to provide the link like this,
...
2
votes
2answers
207 views
What is a good way to embed Vimeo videos in HTML5 format?
I don't want to embed Vimeo videos in Flash format. How do I embed them in HTML5 format?
2
votes
3answers
351 views
Is it possible to create an animated gif from a youtube or vimeo location using php?
Just a thought on whether this would be possible really, I thought it would be really cool if I could create animated gifs for embedded videos on the fly. Has anyone seen this done before?
2
votes
2answers
249 views
vimeo oAth authentication through iPhone app
I have an iPad app and need to integrate vimeo to it. I'm in the initial stages of integrating it to my app. I first need to authenticate my app through vimeo.
I've gone through the steps for ...
2
votes
3answers
806 views
Improving regex for parsing YouTube / Vimeo URLs
I've made a function (in JavaScript) that takes an URL from either YouTube or Vimeo. It figures out the provider and ID for that particular video (demo: http://jsfiddle.net/csjwf/).
function ...
2
votes
3answers
340 views
Ajax calls from browser over Asynchronous Controller
I am calling an external REST service (Vimeo REST API). The response of the service is JSON object. A single view in my application might end up making multiple calls to the service (for loading ...
2
votes
3answers
2k views
Stop a Vimeo Video with Jquery
I need to stop a Vimeo video embedded with new oembed api (universal player) but when I try to add an event I get this error:
Uncaught TypeError: Object #<an HTMLIFrameElement> has no method ...
2
votes
3answers
2k views
Permission denied - opening Vimeo inside jquery Horizontal Accordion
i'm trying to build a website using a jquery horizontal accordion following this handy tutorial http://www.marghoobsuleman.com/jQuery-common-accordion
here's the site i've built (new user so only one ...
2
votes
1answer
322 views
Coldfusion Vimeo oAuth
Hey guys, I’m trying to figure out the oAuth process using coldfusion and there doesn't seem to be a lot of information on the forums.
I keep getting “401 Unauthorized - Invalid signature - The ...
2
votes
1answer
970 views
Embedded Vimeo Video Callbacks
This post is kind of a follow up to a post I made earlier in regards to HTML5 video callbacks. In that thread, I was given a great piece of code that would allow for the browser to be informed of when ...
2
votes
3answers
2k views
Parsing a Vimeo ID using Javascript?
Could anyone point me in the right direction to parse an ID from a Vimeo URL in Javascript?
The URL will be entered by a user so I will need to check that they have entered it in the correct format.
...
1
vote
1answer
29 views
Vimeo PHP Upload Directory
I have spent this best part of a week rattling my brain to get this working and I've just come to the conclusion that this is out of my scope. I know this is a rather large ask but I just can't figure ...
1
vote
0answers
24 views
vimeo and javascript (froogaloop) - get video information
I have this really simple code. And i've some problems with it.
<!DOCTYPE html>
<html>
<head>
<!--
<script ...
1
vote
3answers
38 views
How to retrieve and display a Vimeo video's JSON data in python 3.x?
I want to retrieve and work with basic Vimeo data in python 3.2, given a video's URL. I'm a newcomer to JSON (and python), but it looked like the right fit for doing this.
Request Vimeo video data ...
1
vote
0answers
24 views
Flash players, css shadow and CPU usage
What a strange thing i've just discovered...
if i've got inset box-shadow or border-radius on any outter div (even many levels higher) then player generates about 40% CPU usage. Even if shadow isn't ...
1
vote
0answers
24 views
vimeo api wmode=window?
Is there any way to set wmode="window" for vimeo player?
wmode="opaque" (as default for vimeo player) causes 50% cpu usage on my site.
There was the same problem with another players and ...
1
vote
1answer
41 views
vimeo time usage calculation
Basically m trying to build a service where users a charged based on minutes of video consumed. However user would not billed if the video is buffered
So i need to calculate number of seconds the ...
1
vote
1answer
134 views
Play vimeo video onmouseover and pause onmouseout
I have a page which contains several vimeo videos, embedded in the standard iframe way. I have a reference to froogaloop.js (http://a.vimeocdn.com/js/froogaloop2.min.js) in the HTML head and also ...
1
vote
1answer
38 views
Vimeo ID validity with jQuery
I know how to get the id of a video, but I want to check its validity too. If a video ID is good, there's the alert with "good ID", but when the url is wrong it fails. I've tried try-catch, fail, ...
1
vote
1answer
237 views
Vimeo - Embed not working in IE
I've developed a page for a client and something really weird is happening:
http://cpdlectures.com/IStructE/Default.aspx
This Vimeo video works inside of Chrome, Mozilla etc. But it doesn't work in ...
1
vote
0answers
125 views
Vimeo random seekTo() & play
I've been looking for a way to make the Vimeo Player on our website start at an offset randomly picked from an array.
I've found that the Vimeo API provides a function called seekTo(), described on ...
1
vote
1answer
153 views
Upload Video to Vimeo in Objective C on iPhone
I am developing an app from which I want to upload Videos to Vimeo, Facebook and Youtube. Facebook and Youtube have pretty straightforward apis, Vimeo has a good developer documentation, but no ...
1
vote
2answers
330 views
Streaming Video From Vimeo to Android
I am looking for a way to stream my videos from vimeo.com to android phone, their API is only available for Web, I have also tried to embed their player in WebView but that way I can see the thumbnail ...
1
vote
1answer
523 views
Making a vimeo API call from JavaScript
I have just not been able to make even a simple Vimeo API call using XHR, because I have not been able to generate the API Signature at all using just JavaScript. I have no clue how to go about this. ...
1
vote
0answers
618 views
Embedding Youtube/Vimeo vids in Sencha Touch not playing with Blackberry OS 6
I can't seem to get Vimeo or Youtube videos that are embedded with HTML5 embed code to play on the Blackberry 6 devices. The video just sits there, with the spinner spinning. Checked with multiple ...
1
vote
2answers
164 views
Playing Vimeo video using Silverlight MediaElement
Is it possible to play videos from Vimeo in Silverlight apps using MediaElement for example? If answer is yes, how?
Thank you in advance!
1
vote
0answers
719 views
vimeo videos autoplay after load()
i'm using this solution to load iframe containing vimeo videos on ipad and PC web browsers
how to control apple video player on ipad (video embeded with iframe and html5 vimeo solution)
its' working ...
1
vote
2answers
835 views
Vimeo API: Play button and multiple videos
I'm having some trouble. I just discovered that you can control vimeo with js, and now I'm trying to create a play button that will start playing a vimeo video.
The problem I'm having is that I have ...
1
vote
2answers
1k views
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?
1
vote
2answers
2k views
jQuery and Vimeo Froogaloop API
I'm building a plugin to WordPress and so far so good with the PHP library. But I am having some issues with the JavaScript API.
I'm trying to use it with jQuery, and I think the WordPress version of ...
1
vote
1answer
984 views
jQuery - On Click replace iFrame content with new content
Trying to figure out the best way to do this. I have a main video player pulling in a video from Vimeo. Underneath this main player is thumbnails of other videos. When the user clicks on a thumbnail I ...
1
vote
2answers
320 views
simple regular expression for vimeo videos
How would i write a regular expression that checks for matches on both of these?
http://vimeo.com/moogaloop.swf?clip_id=CLIP_ID
http://player.vimeo.com/video/CLIP_ID
1
vote
3answers
402 views
How to search through html for youtube and vimeo videos with php
I need some way to search through lots of HTML for youtube and vimeo videos. Some of the text uses the iframe type of embed where others uses the embed tag. I need to do the following:
Search for ...
1
vote
1answer
415 views
Link directly to Vimeo video for iphone
When viewing a site on an iPhone, I want to have a direct link that will play a vimeo video. I don't want it to redirect to the vimeo page of the video, rather play as any other mp4 or mov video ...
1
vote
1answer
47 views
What options for FLV players do I have for embedding video on a business site?
I'm currently putting together a site for a client, and really want video, and here I am with no experience with video in websites outside of embedding youTube videos. They had their hearts set on ...
1
vote
2answers
465 views
Vimeo video link regex
Anybody got the regex for vimeo video links to extract them from a pragraph for use in php? Can't seem to find a proper one for the latest vimeo url scheme