Follow on to closed captions in event video post
TLCMediaDesign kindly replied to my previous post on controlling closed captions in event videos:
"The only way I know of doing this is to create the video in an html page and use a .vtt file for the captions, when the browser sees the vtt include, it will also include a CC button."
Sorry, I need a little more help with this. I assumed that it would be obvious which file to modify in the published Captivate HTML5 project to add the HTML <track> tag to include the closed captions, something like:
<video width="320" height="240" controls>
<source src="Vi2.mp4" type="video/mp4">
<track src="Vi2.vtt" kind="subtitles" srclang="en" label="English">
</video>
I can only find reference to the video in the CPM.js file. Please can you provide more guidance how to create the video in an html page and use a .vtt file for the captions. NB I have created the .vtt file in YouTube.
Thanks
