是否可以设置 html5 音频标签的样式?

问题描述:

我还没有找到任何关于如何做到这一点的资源.像改变播放器的颜色这样简单的事情会很好:)

I haven't found any resources on how to do that. Something as simple as changing the color of the player would be nice to have :)

是的!带有controls"属性的 HTML5 音频标签使用浏览器的默认播放器.您可以不使用浏览器控件,而是滚动您自己的控件并通过 javascript 与音频 API 对话,从而根据自己的喜好对其进行自定义.

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.

幸运的是,其他人已经这样做了.我现在最喜欢的播放器是 jPlayer,它非常有风格并且效果很好.看看吧.

Luckily, other people have already done this. My favorite player right now is jPlayer, it is very stylable and works great. Check it out.