vimeo

How to Hide Vimeo Controls

孤人 提交于 2020-01-20 16:58:44
问题 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 shorten the time it takes to watch the videos. We want to stop that and we are wondering if there is a way to either disable or hide the fast Forward control so students are no longer able to move forward to shorten the video time. Thanks for your

Watching Vimeo videos in UIWebView on iOS

依然范特西╮ 提交于 2020-01-16 05:37:11
问题 I have an app with a UIWebView that I'm trying to view Vimeo videos in. If i hard link it to www.vimeo.com, the vimeo home page and the list of videos loads, however, when clicked only sound plays. If i hop into mobile safari and go to www.vimeo.com, it all looks the same, but the video plays in full screen mode here. I am trying to have my UIWebView act the same way. What am I missing? I have checked this across multiple devices and versions of iOS all with the same results. Thanks UPDATE:

Hide pause/play button on vimeo iframe on hover

*爱你&永不变心* 提交于 2020-01-14 03:06:33
问题 I am using a Vimeo iframe on a website. I hide all the controls with the Vimeo Froogaloop API. But I can't hide the pause and play button that appear on hover. Somebody please help me. $(document).ready(function(){ jQuery('iframe.vimeo-player').each(function(){ Froogaloop(this).addEvent('ready', ready); }); function ready(playerID){ console.log(playerID + ' is ready'); // Add event listerns // http://developer.vimeo.com/player/js-api#events Froogaloop(playerID).addEvent('play', play(playerID)

Pause Vimeo universal embed when hidden using jQuery

浪子不回头ぞ 提交于 2020-01-13 08:30:32
问题 I have a Vimeo video (via universal embed iframe) hidden on my page. Clicking a link fades it in, and clicking outside of the video (lightbox-style) fades it out and hides it - but the video keeps playing. I read on Vimeo's API that you can use JSON objects to pause the video, but I don't understand what they're saying. HTML: <img id="show_tide" class="vid" src"#"> <i<iframe id="tide" class="vim" src="http://player.vimeo.com/video/1747304?portrait=0&color=ffffffapi=1" width="726" height="409"

Unsafe JavaScript attempt to access frame with URL

微笑、不失礼 提交于 2020-01-10 18:20:11
问题 I've incorporated Vimeo into a WordPress theme I'm building, and I get these errors: Unsafe JavaScript attempt to access frame with URL http://themes.ibrogram.com/beta/blog/ from frame with URL http://player.vimeo.com/video/4749536. Domains, protocols and ports must match. Unsafe JavaScript attempt to access frame with URL http://themes.ibrogram.com/beta/blog/ from frame with URL http://player.vimeo.com/video/28496744?title=0&byline=0&portrait=0. Domains, protocols and ports must match. It

Vimeo Advanced API - How to connect via Oauth?

本秂侑毒 提交于 2020-01-07 06:33:26
问题 I'm new to oauth and I'm trying to connect to the Vimeo Advanced API. I have a couple questions for you, and I hope they are pretty easy to resolve. First, will connecting using oauth cause a prompt or can it be silent? I'm trying to get info from private videos and vimeo is telling me I need oauth authentication to do so. Second, I have looked at... http://vimeo.com/api/docs/oauth And... http://vimeo.com/api/docs/authentication I have created the base string based on the instructions in the

How can I have private videos (on a private Pro Vimeo profile) viewable and DOWNLOADABLE on my website?

孤人 提交于 2020-01-06 14:41:00
问题 (Using Wordpress plugins and Vimeo API ) I have had a bespoke Wordpress plugin built and am struggling now with one capability. I have paid for a Pro Vimeo account so that I have better privacy options, but I need to have the videos viewable and most importantly DOWNLOADABLE on my client's website. I am sure this was possible before, but after three software developers have tried and mostly not managed to complete my job briefs, I am left pretty desperately on how to finish this key

How to know when video conversion is completed?

末鹿安然 提交于 2020-01-06 08:33:05
问题 I have successfully uploaded a video to Vimeo using the API, but after that It will take some time for video conversion.. Is there a way to check if video conversion has completed using the API? I am looking for something like a callback URL.. 回答1: Currently the API does not perform a callback or push notification when an upload has completed video transcoding. Instead, you'll need to periodically make requests to the API to get the video's status. To get a video's status, make a filtered

parsing vimeo json response

我与影子孤独终老i 提交于 2020-01-06 08:11:26
问题 In my iOS app i want to display the videos of a particular account in Vimeo, i have completed the OAuth steps. I used videos.getAll method and it give the response in json format, it gives the details of video. I have retrieved the video id's. I want to use collection view to display the videos. Is there a way to get the thumbnails for those videos,to display them in collection view.Thank you 回答1: I got it we just have to use the video.getThumbnailUrls method from vimeo advanced api.. 来源:

Upload thumbnail image to vimeo via api call c#

邮差的信 提交于 2020-01-06 03:24:27
问题 I am trying to set the thumbnail for a pull video upload done through the vimeo api. I am developing this for a c# windows service and please note that there are no official libraries for this. For the moment I use this library. I am able to successfully upload the video by following the vimeo documentation, however, when I try to upload an image to be the thumbnail of a video I get an issue. According to the vimeo picutre upload documentation, in step 2, i need to upload my thumbnail image