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 trialSaqib Ishfaq
13,912 Pointscircle/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
8,397 PointsHi, 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.
Marcos Cabrini Riani dos Reis
12,253 PointsThank you Feruza, It woked for me
Jeremiah Shore
31,168 PointsAnother 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.
Fabricio Kawata
8,419 PointsFabricio Kawata
8,419 PointsThanks Feruza, I really appreciated your tip. I worked for me too.