I added three video on my site, they are showing 1 by 1 using jcarousel, but problem is when i click video to play & then move to another video using arroow button, the videos still play, I want to stop when its hidden. here my site http://new.pbcxfactorfitness.com/
Another solution would be to download the videos and put them on your site using the html5 video player. That way you could just use video.pause() - but it would run on modern browsers only.
I added three video on my site, they are showing 1 by 1 using jcarousel, but problem is when i click video to play & then move to another video using arroow button, the videos still play, I want to stop when its hidden. here my site http://new.pbcxfactorfitness.com/
have you read this? http://developer.vimeo.com/player/js-api
Another solution would be to download the videos and put them on your site using the html5 video player. That way you could just use video.pause() - but it would run on modern browsers only.