Reputation: 443
Does anyone know if there is a script for an mp3 player like that(in the picture section)? so minimal..
http://www.svenweisemann.com/index.php
Upvotes: 1
Views: 4079
Reputation: 1
Use The below code. And change " Mp3Plus.IN or http://mp3plus.in" the url with your mp3 link
<!DOCTYPE html>
<title>My Example</title>
<audio src="http://mp3plus.in .mp3" controls>
<p>Fallback content goes here.</p>
</audio>
Upvotes: 0
Reputation: 1625
The center of the page is using the jPlayer jquery pluggin and mp3s/ogas hosted on that website.
There are a bunch of demos on the jPlayer website you can play around with if you want to make your own player: http://www.jplayer.org/latest/demos/
In the lower right hand corner, that website you post is using soundcloud.com to host its mp3s.
Here is a discussion for how to embed the soundcloud widget on your website here: http://soundcloud.com/pages/widgets
Upvotes: 1
Reputation:
I don't even know why i answered on this question...
Tut: http://www.codebasehero.com/2011/06/html-music-player/
CHECKOUT html5 audio 'players'
http://www.w3schools.com/html/html_sounds.asp
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_soundmidiembed
Upvotes: 1