Can someone tell me how to style audio player ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Can someone tell me how to style audio player ?

I want to make audio player look good on my web page

28th Mar 2018, 7:06 PM
Shzz
Shzz - avatar
2 Antworten
+ 6
Yes! The HTML5 audio tag with the "controls" attribute uses the browser's default player. You can customize it to your liking by not using the browser controls, but rolling your own controls and talking to the audio API via javascript. Luckily, other people have already done this. My favorite player right now is http://www.jplayer.org/, it is very stylable and works great. Check it out.
28th Mar 2018, 7:09 PM
Baraa AB
Baraa AB - avatar
28th Mar 2018, 7:12 PM
Damyan Petkov
Damyan Petkov - avatar