有没有人知道是否有这样的mp3播放器的脚本(在图片部分)?所以最小..。
http://www.svenweisemann.com/index.php
发布于 2012-08-30 21:35:23
页面的中心是使用该网站上托管的jPlayer jquery插件和mp3s/ogas。
如果你想制作自己的播放器,jPlayer网站上有一堆演示,你可以尝试一下:http://www.jplayer.org/latest/demos/
在右下角,您发布的网站正在使用soundcloud.com托管其mp3s。
这里讨论了如何在您的网站上嵌入soundcloud小部件:http://soundcloud.com/pages/widgets
发布于 2012-08-30 21:32:16
我甚至不知道为什么我要回答这个问题。
图腾: http://www.codebasehero.com/2011/06/html-music-player/
演示: http://www.codebasehero.com/files/music-player/demo/
检出html5音频‘播放器’
http://www.w3schools.com/html/html_sounds.asp
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_soundmidiembed
发布于 2017-04-14 01:36:37
使用下面的代码。并使用您的mp3链接更改“Mp3Plus.IN或http://mp3plus.in”url
<!DOCTYPE html>
<title>My Example</title>
<audio src="http://mp3plus.in .mp3" controls>
<p>Fallback content goes here.</p>
</audio>
https://stackoverflow.com/questions/12198000
复制相似问题