Closed codeuniquely closed 11 years ago
Sorry it's taken so long to get back to you - I've been bedridden with a terrible flu!
Chrome has native support for captions now, which is why the behaviour is different to Firefox, which doesn't yet.
Tracks are disabled by default (the Chrome devs may have decided to override this behaviour) and in order to get them to appear, you need to enable them using the JS API, or by adding the default
parameter to the track tag:
<track src="video.vtt" kind="captions" srclang="en" label="English" default />
The Subtitles show for Chrome but when using Firefox 21 and this simple HTML below. do not show in Firefox