Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Adding MediaElement.js

Richard Verbraak
Richard Verbraak
7,739 Points

Is this course outdated?

Here is a snapshot: https://w.trhou.se/tpd9gx9i0v

I can't get the controls to show on my page, I've downloaded mejs via ZIP, unpacked it, uploaded it to the workspace to the correct locations. Linked the page to the right paths. Added jQuery, firstly via CDN which didn't work, then via download which did nothing too.

Did I overlook something? Or is this course just outdated and you need more up to date files?

The course is not outdated you just didn't specify controls in your audio and video tags

<video controls></video> <audio controls></audio>

Richard Verbraak
Richard Verbraak
7,739 Points

@Joshua Esquer-Davis These are removed since MEJS supplies those features for you, as explained in the video..

1 Answer

Rename your JavaScript folder lowercase js

Richard Verbraak
Richard Verbraak
7,739 Points

Wow thanks, the JS folder was already capitalized in the workspace and I got so used to having them lowercase. I knew I completely overlook something so trivial, thanks again for pointing it out haha.