Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javascript or jQuery music player [closed]

I'm in a middle of a project, and the client want a player to play some music.

So, my question is, is there any way with javascript or a jQuery plugin where we have a very small playlist, like 3 or 4 songs or so, and the visitor control the music he/she wants, the volume, etc... Like many flash players we see around the web.

Thanks in advance!

like image 283
Tiago Castro Avatar asked Dec 17 '10 22:12

Tiago Castro


People also ask

How do I know if JavaScript is playing audio?

To check if audio is playing with JavaScript, we can use the paused property of the audio element. const isPlaying = (audElem) => { return !

How to create music player using JavaScript?

We will start by creating the HTML layout first that defines the structure of the player, make it look good by styling using CSS and then write the player logic for all the functions in JavaScript.


1 Answers

First result from google :) :)

jPlayer is very slick!! see a demo here.


Some other helpful stuff:

http://plugins.jquery.com/plugin-tags/music-player

http://plugins.jquery.com/plugin-tags/audio

like image 137
Trufa Avatar answered Oct 13 '22 00:10

Trufa