Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

VTT HTML TAG Not Working


VTT HTML TAG Not Working
My Web Site : http://yeege.net/1901
HTML TAG Not Working
00:02:53.660 --> 00:02:56.076
<font color="#2924BD"> Now let me open the scar</font>
But font color is #ffffff
source :
<div id="player">&nbsp;</div>
<!-- Script to display video file in the player div --><script type='text/javascript'>
jwplayer('player').setup({
// URL to the video file
width: '100%',
aspectratio: '16:9',
file: "/Video/Re Zero 23.mp4",
image: "//media.shanaproject.com/anime-images/re-zero.jpg",
tracks:[{
file: "/Video/Re Test.vtt"
}]
})
jwplayer().setCaptions({"backgroundOpacity": "0", "edgeStyle": "uniform"});
</script>
help me

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Are you potentially using any deprecated language in your code that might be effecting your embeds? You can always check this information in the console of the browser. Also, please take a look at our latest API to ensure your code is recent:

https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/#captions

Randy

This question has received the maximum number of answers.