Currently using this module to with a slideshow of videos. Videos are displayed using VideoJS.

What is happening:
When the slideshow transitions from one video to the next, the video I transitioned away from continues to play in the background, allowing me to play the next video and have the audio of the two videos to clash.

What is expected:
When the slideshow transitions from one video to the next, the video that I transitioned away from should pause.

Possible solution:
I came across this fiddler: http://jsfiddle.net/RaulMv/4KtkL/
And it looks like it provides the logic to accomplish this, but this exceeds my knowledge with javascript.

Hope this is enough information as this would be a great feature to have.

Comments

johnnydarkko’s picture

Issue summary: View changes
johnnydarkko’s picture

Status: Active » Needs work
StatusFileSize
new775 bytes

Created a temporary hack for VideoJS videos to pause during transition.
This patch is a quick fix to make the videos within flexslider to pause during transition--not the cleanest implementation but this may be useful for anyone looking for a quick fix. Hope this helps!