1

有谁知道是否有这样的 mp3 播放器脚本(在图片部分)?这么少。。

http://www.svenweisemann.com/index.php

4

3 回答 3

1

我什至不知道我为什么回答这个问题......

啧啧: 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

于 2012-08-30T13:32:16.343 回答
1

页面的中心是使用该网站上托管的jPlayer jquery 插件和 mp3s/ogas。

如果您想制作自己的播放器,可以在 jPlayer 网站上玩一些演示: http ://www.jplayer.org/latest/demos/

在右下角,您发布的那个网站正在使用soundcloud.com来托管其 mp3。

以下是关于如何在您的网站上嵌入 soundcloud 小部件的讨论:http: //soundcloud.com/pages/widgets

于 2012-08-30T13:35:22.707 回答
0

使用下面的代码。并使用您的 mp3 链接更改“ Mp3Plus.INhttp://mp3plus.in ”网址

<!DOCTYPE html>
<title>My Example</title>

<audio src="http://mp3plus.in .mp3" controls>	
<p>Fallback content goes here.</p>
</audio>

于 2017-04-13T17:36:37.387 回答