3

I am trying to implement Video Captions like at Lynda.com e.g. http://www.lynda.com/JavaScript-tutorials/Foundations-of-Programming-Fundamentals/83603-2.html

The captions run with the player and also in a block of HTML below the player. I am using JWPlayer for my video and know how to integrate it within the player. My question is how do I now display the full transcript below the video player and also do a live highlight while the Player is running the video? I am using WebVTT

4

1 回答 1

1

You could possibly use the HTML5 player, use our built in captions - http://support.jwplayer.com/customer/portal/articles/1407438-adding-closed-captions, and then use CSS to move the div outside of the video player space.

于 2015-01-29T16:13:57.127 回答