Questions tagged [vimeo-player]

The Vimeo Player is an HTML5 video player that enables developers to embed Vimeo videos on web pages. Please use the [vimeo-player] tag to discuss the Vimeo embedded player or the Vimeo Player API (player.js). Developer-centric questions not involving the player should use the [vimeo] or [vimeo-api] tags. Feature requests, product feedback, and non-developer inquiries are always welcome through the Vimeo Help Center.

Introduction

The Vimeo Player is a simple tool that enables developers to embed Vimeo videos on web pages.

The Vimeo Player API (also known as Player.js) can be used to control, listen for, and trigger events that occur when using the embedded iframe player.

The iframe embed code can be retrieved by using the open format oEmbed.

Note that some player customizations and advanced features require Vimeo Plus, PRO, or Business membership. More information about these account types can be found in the Vimeo Help Center.

Tag Monitoring

Vimeo Staff monitors the , , and tags. Staff members do their best to reply on StackOverflow in a timely manner. However, for urgent or time-sensitive requests, contact Vimeo direct for the quickest response.

News and Updates

Help, Feedback, and Non-Developer Inquiries

Additional Resources

References

281 questions
0
votes
1 answer

Which VIMEO API to use for our needs - web based help "tutorials"

We have a web based system that we are looking at replacing our existing "help system" from uploading flash videos directly to our website to instead "embedding" content we upload to our vimeo account. We have setup a vimeo pro account and these…
0
votes
1 answer

Vimeo embed - black screen on IE & FF

I am having a stange behaviour with Vimeo, and I don't get what's going on... I uploaded a couple videos, using a "plus" account". Everything worked out fine. BUT... Then I wanted to embed the videos in another website. Using the official "Iframe"…
0
votes
1 answer

before playing a video in vimeo, I want to add a 5-10 seconds advertisement

I have a query regarding the advertisements in vimeo video. I want to know that is it possible to play a 5-10 seconds of advertisement, before the main video starts in vimeo player? This is the same functionality as we see commonly in youtube…
Mohit Tripathi
  • 227
  • 1
  • 2
  • 8
0
votes
0 answers

Vimeo iframe fullscreen issue on Firefox

When I fullscreen the Vimeo player on Firefox, the whole page becomes fullscreen instead of just the video. Any ideas why? I’ve been trying to look for the solution, but not many people have encountered this, apparently. The video is embedded using…
Rahul Jiresal
  • 1,006
  • 13
  • 24
0
votes
2 answers

Vimeo - Like Button Not Showing With Embedded Videos

I'm trying to embed some videos on one of my websites and I'm also trying to include the like button and pull the number of likes via the new API. Even though the "Show Like Button" is checked in the settings for the videos, it is not showing up on…
0
votes
1 answer

Need if statement condition that checks if vimeo video is playing

This is my code so far but my condition is wrong and I'm not sure what to use. Any help would be appreciated. function timeout(){ setTimeout(function() { if( froogaloop.api('paused')==false) { …
user3378734
  • 226
  • 1
  • 3
  • 10
0
votes
1 answer

Disable bounce/scroll on embedded vimeo-player

When touch + move up, the webview bounces (the white area at the bottom shows) (the close button is not affected because its not in the webview) I have problems disable bounce/scroll when opening a embedded Vimeo player inside a webview. The…
emmanuel2004
  • 117
  • 2
  • 14
0
votes
0 answers

Why video hosted on vimeo is not played on some browsers and devices?

I hosted my video on vimeo and try to access on my application. But On some browser such as google chrome it is played as per my expectation but on firefox it is not going to play. below is the code whichy i did to play it. HTML :
user3141687
  • 159
  • 1
  • 4
  • 16
0
votes
1 answer

Checking for Insecure items on https

I have a vimeo video embedded on the home page of my website that uses https. I ran a test using Fiddler2 to see if there were any insecure items on the page and I received the following error message: The remote server (player.vimeo.com) presented…
brandozz
  • 1,059
  • 6
  • 20
  • 38
0
votes
1 answer

fullscreen responsive video player

I’m currently working on a site that shows a fullscreen video using vimeo’s player api. problem is, depending on the browser window dimensions I get black bars, clearly because of the discrepancy between the window and video ratios. I’ve tried…
0
votes
1 answer

Embedding private vimeo videos in tinymce

I'm having problems embedding private vimeo videos in tinymce. The videos are allowed to be embedded on the domain I'm using, and if I just add them outside of tinymce everything is ok. Whenever added inside tinymce I'm faced with the "is not…
0
votes
1 answer

vimeo API - Store value in variable

I'm struggling with Vimeo's Froogaloop API. I'm working on a web-based game and I need that, before a user enters the next level, he watches an entire video (not longer than 3 minutes). I thought I could use a while loop where as long as the current…
parkwebdev
  • 33
  • 3
0
votes
3 answers

Vimeo API Trigger Event

We are using Vimeo to host corporate training videos and was wondering if there is a way using the API to trigger an event once the playback is complete?!.. We're trying to log when users have fully watched the training material. Any suggestions…
user3008230
  • 1
  • 1
  • 2
0
votes
1 answer

Vimeo video streaming in android,ios and web Vs Youtube

We are developing app which contain video uploading and streaming .We plan to store videos on Vimeo. We refered simple and advance api's. Whether we can play video in android and ios player or do we required to show in web view.Is there any ios and…
stefun
  • 1,261
  • 3
  • 24
  • 54
0
votes
2 answers

Vimeo check if video is paused

Related question: How to get video play paused status with Vimeo API? I am trying to implement a toggle button, and I am not sure how to check to see if the video is in a paused state. All the examples I've seen deal with 2 separate play and pause…
Simon
  • 2,484
  • 6
  • 35
  • 54
1 2 3
18
19