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
2
votes
3 answers

Reset Vimeo player when finished

How can I reset an embed Vimeo video to how it was onload after it's done playing? The Vimeo API offers an unload method player.api("unload") But it isn't working for non-flash players.
Steve Robbins
  • 13,672
  • 12
  • 76
  • 124
2
votes
0 answers

What is the minimum seekTo value that a vimeo player can go to

I am experimenting with different seekTo() values in the Vimeo froogaloop api. If the current time is 10 (seconds), I can easily go to 11 with player.api('seekTo', 11); , but I am trying to go a fraction of that time. Can I seekTo() frames instead…
scroll_lock
  • 143
  • 2
  • 11
2
votes
1 answer

Change the src attr on vimeo iframe after it has been loaded with the api

I am not sure if the vimeo API allows this: I have this html code: