vimeo

Embedding Vimeo videos in Flex/flash

Is it possible to embed a vimeo video in Flex? http://vimeo.com/moogaloop.swf?clip_id=1193166 When I try to embed this link in a it doesnt come up as anything ...

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 site to be able to upload videos directly from the administration interface of the site (i.e. so that they don't have to go to Vimeo for up...

technology behind vimeo.com

Hey does anybody know technologies that vimeo uses? I know they use mysql for the db, not sure if they use memcache. The site seems pretty smooth compared to youtube. Thanks ...

Thumbnails from the Vimeo website harder than YouTube

Our website lets people add videos by submitting a URL - usually one from YouTube or Vimeo. I'd like to show thumbnails, when giving people a list of videos. YouTube make this easy for me - just slap "1.jpg" on the end of the URL, and you've got your image. Vimeo seem to want me to make a HTTP request, and extract the thumbnail URL fro...

Get img thumbnails from Vimeo?

Hi, 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. ...

Lightbox to show videos from Youtube and Viemo?

I'm looking for a lightbox to show videos from Youtube and Vimeo. Any suggestions? ...

CURL/PHP/Apache - Why won't this CURL/Simplexml request to Vimeo work?

The below function should be outputting a Vimeo thumbnail. Its not returning anything. I have tested for $id and it is passing into the function, and it is a valid vimeo ID for a video. When I replace the $out = xxx with $out = 'hello'; , nothing comes out. This leads me to believe no records are being returned in the xml call. Curl...

How to achieve volume slider effect like on vimeo in flash?

The video player (aka moogaloop) on vimeo.com has a neat visual effect for the audio volume slider. There are a number of sound bars that rise and fall when the mouse hovers over them. The volume level is shown by a blue filled area under the bars with pixel precision. This puzzles me, how can the multiple masks (bars) be used to cove...

Embed Vimeo video in Tumblr (via feed)

Tumblr allows you to import up to 5 feeds. I would like to use this functionality to import my liked videos on Vimeo onto Tumblr. Right now if I take a sample likes feed from Vimeo, what I end up right now is a bunch of posts with static images. Example feed url http://vimeo.com/user1535794/likes/rss What I would like is to be able to...

How do I retrieve a list of Youtube or Vimeo videos by channel / user to display in a standard ul list

Hi, Ideally what I want to do is- display the list of videos thumbnails by the user/channel and display a lightbox with the full video on clicking the thumbnail. Thanks in advance ...

incorporate simple vimeo video request with jquery carousel

Hi, I did a tutorial for a jquery carousel that scrolls a ul. At the moment the ul is hardcoded, but I want to use a simple call to vimeo api to bring in the videos for a certain user into the carousel. I have uploaded my code here: http://www.welchcreative.co.uk/wp-content/infinitecarouselvimeo.zip My problem is that I don't know wh...

display a vimeo video in a lightbox

hi, I've got a list of vimeo thumbnails coming onto my site with the simple vimeo api and displayed in a ul. I want to add a lightbox to display the full video inside it when the user clicks on the image thumbnail. I know about the many different lightbox plugins out there, however, my interest is in how to pull the video through and...

Vimeo videos in iPhone app

Hi guys, 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 YouTube support will then transform the flash player into a YouTube button. Is there a similar way to play Vimeo videos from my app...

How does vimeo route it's urls?

I'm wondering how vimeo manages to retain its parameters using routing, for example in vimeo, a search uri looks like this: http://vimeo.com/videos/search:google/, which will return a variable in this case google. This is easy enough to do, can simply use routes and explodes in php to get the data you require into a useful array, what ...

How to make flash video show up under navigation element?

I know that the wmode needs to be either transparent or opaque for the video to show up under other elements on the page. I've added the wmode to the element and param in object, I still have no luck with it. <object width="400" height="225"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param na...

Simple PHP Regex question

Hi all, 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 (not my forte) Basically, I need to check the field and if it is incorrectly formatted, I need to store an error message as a variab...

Display vimeo in fancybox , trouble in IE

Hi all, i have a problem with VIMEO video . I want to display it in fancybox : this is HTML : <a href="#content" class="zoom">test</a> <div id="content" style="display:none;"> <object width="504" height="280" data="http://vimeo.com/moogaloop.swf" type="application/x-shockwave-flash"> <param value="always" name="allows...

Vimeo x Ruby OAuth issues

Setting my domain pointing locally to a rails app for development, just can't get authorized using the oauth gem (v.0.3.3, not even mentionning the latest 0.4). Everything works smoothly almost the same way with Twitter; I might miss a bit something here, so if anybody had experienced the same problems; thx in advance. ...

Vimeo - videos.getChannels

How can I efficiently retrieve a list of channels that a Vimeo video is listed in from the Advanced Vimeo API? The Advanced Vimeo API provides the methods channels.addVideo and channels.removeVideo for managing the channels a video belongs to. Also, the channels.getVideos method is provided for retrieving the list of videos belonging t...

Vimeo Desktop App OAuth

Hi Guys, I'm currently having massive trouble with Vimeo's Oauth implementation and my desktop app. My program does the following correctly. 1- Requests a Unauthorized Request Token with my key and secret and returns - a Token and a Token secret. 2- Generates a URL for the user to go to using the token which then shows our application...