Hello all,
I am looking for help with the second task of “Test your skills: Multimedia and embedding”.
Here is the assessment page.
Code for Media-Embed2
I’m unable to get the subtitles to play along with the video. I think the links for the video are correct, in that, I’m not playing the videos locally. I’m pretty sure they’re being played from a web server. I tried to link to the vtt file from a web server as well, but it isn’t working.
Can someone help me understand from where the proper link to the vtt file comes from?
Thanks, in advance, for your help.
Hello @pgmorales76
you doing great well done
for the subtitle issue if you used the built-in code editor in the page it would work or if you put your whole project on a single server (you can use github for that if you like) or if you put everything on local so the video and subtitle and the html be on the same device so using external link would not help
it something related to crossorigin
hope that help and have a nice day 
`
2 Likes
Thank you for the help! I am much obliged!
1 Like
When you say I can put the whole project on a single server like Github, where on Github do I put it? Where can I learn more information about Github with regard to these projects I’m doing on MDN? Thanks, again, for the help!
1 Like
you very welcome
there are a tutorial here in mdn
https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/GitHub which is link to resource in github materials
also you can use https://lab.github.com/ or https://docs.github.com/en
i prefer this way cause that an official doc so they should know their stuff better also it help me to know the platform so when i look for more advanced topic i already be familiar with their doc and stuff
i forget to mention that you can use https://glitch.com/ cause it allow you to upload all the files you need but github (or any git based service like gitlab and others ) is better cause that what you will use in your real project
hope that help and have a nice day 
1 Like