Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6820343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:24:48+00:00 2026-05-26T21:24:48+00:00

I have a page which contains several vimeo videos, embedded in the standard iframe

  • 0

I have a page which contains several vimeo videos, embedded in the standard iframe way. I have a reference to froogaloop.js (http://a.vimeocdn.com/js/froogaloop2.min.js) in the HTML head and also jquery (v 1.4.2). What I want to do is to be able to play each video onmouseover and pause onmouseout.

I’ve set up a JSFiddle page here: http://jsfiddle.net/g2Z2B/ which shows what I’m wanting to do – essentially just bind the video play/pause to the jquery onmouseover/onmouseout events – but no matter how much I read through the API documentation I just can’t get anything to work. I’ve tried pulling apart the API demo page here: http://player.vimeo.com/playground but can’t even get that to work on mouseover – plus whenever I try to strip out the unwanted stuff it breaks too. All I’m looking to do is something mega-simple.

If anyone could point me in the right direction here I’d be most grateful!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:24:49+00:00Added an answer on May 26, 2026 at 9:24 pm

    So the first thing is that you should be grabbing the player with Froogaloop’s custom $f selector. If you look at playground.html this is done on line 223:

    froogaloop = $f(player_id)
    

    Additionally, you should be calling .api('play') rather than just ('play'). Complete code might look something like this:

    $(document).ready(function(){
        var player = $("#player_7256322");
            froogaloop = $f(player[0].id);
    
        player.mouseover(function(){
            froogaloop.api('play');
        }).mouseout(function(){
            froogaloop.api('pause');
        });
    });
    

    Fixed fiddle:

    http://jsfiddle.net/g2Z2B/1/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page which contains several forms. I want to add a single
I have a page which contains several tables, and I would like to format
I have a web page which has three <div> elements: Right_bar contains several layouts
I have created one application which contains several buttons to home page clicking on
Hi I have a page that contains several different forms all of which are
I have a ASPX Page that contains several user controls, which are loaded dynamically
I have a page which contains a html.RenderPartial, that renders an ASP.NET MVC partial
I have a page which contains a jQuery-UI horizontal slider, created using a little
I have a page which contains profiles of various members of a company and
I have a page which contains a dynamically generated grid, where a user can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.