I\'m trying to pause the slider on the homepage when a video is played so it doesn\'t keep sliding. Check it out here.
I\'ve tried adding a div on top o
It seems like it would easier to use Vimeo's API to register for events fired by the player.
An example can be found here: https://github.com/vimeo/vimeo-api-examples/blob/master/moogaloop-api/javascript/froogaloop.html
Documentation: http://vimeo.com/api/docs/moogaloop
IN ACTION: http://jsfiddle.net/u5jG6/