求教Wordpress中HTML5音频播放插件安装问题
我在Wordpress中用了HTML5主题,无法显示音频,但是找不到适合的音频播放插件(Wordpress插件中心找到的一些HTML5的音频播放插件没用)。
几番寻找找到了这个:http://kolber.github.io/audiojs/但是我不会安装,也不知道会不会有用。
It uses native <audio>
where available and an invisible flash player to emulate <audio>
for other browsers. It provides a consistent html player UI to all browsers which can be styled used standard css.
Download audio.js
下载之后便不会安装了
Installation
Put audio.js, player-graphics.gif & audiojs.swf
in the same folder.
Include the audio.js file:
<script src="/audiojs/audio.min.js"></script> Initialise audio.js: <script> audiojs.events.ready(function() { var as = audiojs.createAll(); }); </script>
Then you can use
<audio src="/mp3/juicy.mp3" preload="auto" />
请教如何安装和使用。
如有更好的插件,希望不吝推荐,感激不尽!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直接写audio标签吧,默认给出的配置项和可操作函数,很简单的使用,现在所谓的播放器,都是封装函数加一些效果