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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | flexslider_views_slideshow_videojs_pause-2310003-02.patch | 775 bytes | johnnydarkko |
Comments
Comment #1
johnnydarkko commentedComment #2
johnnydarkko commentedCreated 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!