0

I created a slideshow of movies from vimeo:

http://www.180dev.com/background2

When I skip from 1 movie to another, I can still hear the original movie. How do I get the current movie to stop?

I built the slideshow based on this: http://slidesjs.com/examples/linking/

Filburt
  • 17,626
  • 12
  • 64
  • 115
  • Have you heard of the [froogaloop libraries](https://github.com/vimeo/player-api/tree/master/javascript)? Check out this [question](http://stackoverflow.com/questions/5590340/jquery-pause-vimeo-universal-embed-when-hidden). – Blake Plumb Jan 08 '13 at 23:14

1 Answers1

0

You need to use the vimeo API to make it stop. For example when you click to slide another video, you use the vimeo API to make the previous video to stop.

Chanckjh
  • 2,587
  • 2
  • 22
  • 28
  • i've looked through the video settings/embed section and the only thing i see that might relate to this is 'outro' which deals with what happens after the video is finished. am i looking in the wrong area? – user1959660 Jan 08 '13 at 23:28
  • look here: https://developer.vimeo.com/player/js-api and here are examples: http://player.vimeo.com/playground – Chanckjh Jan 08 '13 at 23:31
  • wow, i'm in a bit over my heard now. i'll look into it and post my updated version. thanks for the help. – user1959660 Jan 08 '13 at 23:39
  • ok, i don't understand any of this but the 'BRAD' video in the first example is amazing. – user1959660 Jan 09 '13 at 00:18