# Help Wanted For Second Task of "Test your skills: Multimedia and embedding"

**URL:** https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849
**Category:** Learn
**Created:** [May 4, 2022, 6:52am UTC](https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849 "2022-05-04T06:52:38Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![pgmorales76](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/pgmorales76/32/52337_2.png) [@pgmorales76](https://discourse.mozilla.org/u/pgmorales76)
#### Post date: [May 4, 2022, 6:52am UTC](https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849/1 "2022-05-04T06:52:38Z")

</div>

Hello all,

I am looking for help with the second task of “Test your skills: Multimedia and embedding”.

[Here is the assessment page.](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content/Test_your_skills:_Multimedia_and_embedding#multimedia_and_embedding_2)

[Code for Media-Embed2](https://codepen.io/pgmorales76/pen/WNMbPgJ)

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.

---

<div class="post-metadata">

### Author: ![justsomeone](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/justsomeone/32/67787_2.png) [@justsomeone](https://discourse.mozilla.org/u/justsomeone)
#### Post date: [May 5, 2022, 12:45pm UTC](https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849/2 "2022-05-05T12:45:11Z")

</div>

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](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin)

hope that help and have a nice day 🙂  
`

---

<div class="post-metadata">

### Author: ![pgmorales76](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/pgmorales76/32/52337_2.png) [@pgmorales76](https://discourse.mozilla.org/u/pgmorales76)
#### Post date: [May 5, 2022, 11:58pm UTC](https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849/3 "2022-05-05T23:58:36Z")

</div>

Thank you for the help! I am much obliged!

---

<div class="post-metadata">

### Author: ![pgmorales76](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/pgmorales76/32/52337_2.png) [@pgmorales76](https://discourse.mozilla.org/u/pgmorales76)
#### Post date: [May 6, 2022, 12:07am UTC](https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849/4 "2022-05-06T00:07:48Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![justsomeone](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/justsomeone/32/67787_2.png) [@justsomeone](https://discourse.mozilla.org/u/justsomeone)
#### Post date: [May 6, 2022, 12:00pm UTC](https://discourse.mozilla.org/t/help-wanted-for-second-task-of-test-your-skills-multimedia-and-embedding/96849/5 "2022-05-06T12:00:46Z")

</div>

you very welcome  
there are a tutorial here in mdn  
[https://developer.mozilla.org/en-US/docs/Learn/Tools\_and\_testing/GitHub](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/](https://lab.github.com/) or [https://docs.github.com/en](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/](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 🙂
