Questions tagged [froogaloop]

Froogaloop is a small JavaScript utility framework for controlling and interacting with an embedded Vimeo Player iframe. The Froogaloop library is no longer supported by Vimeo. Its replacement is the Vimeo Player.js library.

Introduction

The Froogaloop library has been deprecated. An archive of its original source is available on GitHub.

Developers who wish to control and interact with the embedded Vimeo Player iframe must use Player.js.

Tag Monitoring

The tag is not monitored by Vimeo Staff.

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

News and Updates

Help, Feedback, and Non-Developer Inquiries

Additional Resources

References

92 questions
0
votes
1 answer

Debug Help for Simple Javascript/jQuery Vimeo Froogaloop

See this link: http://jitimanagementcoach.com/TC_test/tabbed4try.html I've already got the videos to play and/or pause on one tab or another when a tab is clicked... but now I need the video on the Prelearn tab to "click" the Solution tab and play…
aRig
  • 45
  • 1
  • 1
  • 3
0
votes
1 answer

Vimeo froogaloop conflict with plugin

I am using the plugin Vimeowrap Playlist to make a playlist of videos from a certain channel. That is working just fine, but now I need to track the events of the videos: play, pause etc. When I use froogaloop to do that, I get the error Cannot read…
Shile
  • 1,063
  • 3
  • 13
  • 30
0
votes
1 answer

Error when using Froogaloop api to rewind 30 seconds

I am using Vimeo's Froogaloop API to control an embedded Vimeo video. I have created some buttons that go back 30 seconds, back 60 seconds, forward 30 seconds and forward 60 seconds with the following code. Everything works perfectly but... I am…
serkyen
  • 1
  • 3
0
votes
0 answers

We are trying to make quizzes available to user only *after* viewing the video tutorial?

We have a video (vimeo) tutorial we would like our users to watch. Each video is followed by a short quiz. We are doing this because it was brought management's attention that users were bypassing the video and going straight to the quizzes. I got…
Chidi Okeh
  • 1,537
  • 8
  • 28
  • 50
0
votes
1 answer

froogaloop events on hidden video vimeo

I am trying to catch pause and play events from one or more vimeo players i added dynamically with froogaloop. The players are initially hidden, but still i want to attach the events to the player. I made a js fiddle that illustrates my problem.…
jonas vermeulen
  • 1,235
  • 5
  • 23
  • 40
0
votes
2 answers

jQuery sending only the first character of string with each() and this

I'm trying to call Froogaloop for various iframes on a single page, but this is returning only the first character of the playerID ('vimeo1', 'vimeo2', etc.) I log playerId (a string) immediately before each() and it returns fine, but as soon as I…
RoboRob
  • 195
  • 13
0
votes
1 answer

Looking for an example of using froogaloop to fire a jquery listener on finish

I'd like to animate the vimeo video player off the screen when the video finishes playing. Here's the HTML: .one-container %a#slide1 .row.video-left .large-8.columns .flex-video.widescreen.vimeo %iframe{allowfullscreen:…
reknirt
  • 2,237
  • 5
  • 29
  • 48
0
votes
1 answer

Controlling Multiple Vimeo Embeds using API coming from CMS

I'm having a bit of trouble getting multiple Vimeo video embeds to play nicely on a site I'm building. You can see the site here: http://bruprodu.nextmp.net/ On this page (the homepage), when you click on the play button the Vimeo embed fades in and…
0
votes
2 answers

Vimeo froogaloop API, working in Fiddle but not in WP

I'm trying to harness Vimeo's Froogaloop API to pause video embeds whenever a user clicks a certain element. I have it working perfectly in my Fiddle but it wont work in my Wordpress environment. I took some code from this thread to create a…
Poisontonomes
  • 155
  • 1
  • 6
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
1 answer

Getting a callback to fire immediately in javascript (and the Vimeo api)

I have code that works with Vimeo videos. It is supposed to get the exact position that the video is at, and then continue processing. To do this with the javascript API, it seems that you cannot do a simple call like "GetCurrentTime();". …
0
votes
0 answers

Using froogaloop for a custom play button that overlays vimeo video and fades out when clicked?

I'm not great with javascript. I was wondering if it was possible to create something similar to the link below with regards to the play button but I want the play button to overlay the video and when the button is clicked it will fade out and play…
user2498890
  • 1,528
  • 4
  • 25
  • 58
0
votes
1 answer

Multiple instances of flexslider without setting IDs - can't use flexslider api

Let me just being with adding that I base my code off from http://juanfra.me/2012/08/flexslider-multiple-videos-v2/, however, instead of the class .flexslider, I use only .slider. What I have currently is 2 divs, (one right-aligned and one…
0
votes
1 answer

Vimeo embed (froogaloop) SQL "while loop" issue

Link: this is the page I am working on So, I am trying to create a page that will produce a playlist of vimeo videos that will play one after another. Eventually I will have them hide and show using jquery or something so that only one…
user1288838
0
votes
1 answer

Vimeo still playing after froogaloop api unload

I'm hosting several vimeo videos in a gallery using foundation 4 framework with Reveal modal as a lightbox effect. Unfortunately the videos continue to play after each modal is closed. I'm still new to jquery so I used the Froogaloop api…