a.litis
a.litis

Reputation: 443

Online mp3 audio player

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

Answers (3)

Mp3Plus Network
Mp3Plus Network

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

Matt W-D
Matt W-D

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

Related Questions