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 Extending the Media Player

Saqib Ishfaq
Saqib Ishfaq
13,912 Points

circle/arrow around the timeinterval skipback not showing ?

i can see the time in sec to skipback to but the arrow around it won't display!! i am getting this error in concole >>>> mediaelement-and-player.min.js:12 GET http://localhost:8888/adding%20mediaElementJs/skip-back/skipback.svg 404 (Not Found)

looks like svg file not loading? where would that be? i got mediaelemnet.min.js skipback.min.js, skipback.min.css and i18n.js files in the editor

3 Answers

Feruza Kaharova
Feruza Kaharova
8,397 Points

Hi, I had the same problem. So I copied skipback.svg file from dist folder and added it to skip-back folder along with skip-back.min.css, skip-back.min.js, skip-back-i18n.js files.

Fabricio Kawata
Fabricio Kawata
8,419 Points

Thanks Feruza, I really appreciated your tip. I worked for me too.

Jeremiah Shore
Jeremiah Shore
31,168 Points

Another problem people may run into is the skipback.svg image not rendering, even if the file is the in the correct location in their project. I had this issue, and the cause was the order of my css links in my html. I used a CDN for the plugin, and I accidentally had that link above the one for mediaelementplayer.css, so it ended up being overwritten.