Since people were complaining about my last music player being made only for the client, (which it could of been easily changed to any page...) I decided to make a smaller, stylish, and universal player.
Features:
- jPlayer base 2.6.4
- Cross browser support
- Posters (Have the artist/album picture display within the player)
Notes:
I used imgur to host the images, you should host the images yourself.
Live view AND Code
Make sure you declare the following.
Screenshot:Code:<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css"/> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700"/> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" ></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js" ></script> <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jplayer/2.6.4/jquery.jplayer/jquery.jplayer.min.js" ></script> <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jplayer/2.6.4/add-on/jplayer.playlist.min.js" ></script>
I shouldn't have to explain how to get this working, spoonfeeding is for the weak.
Like it? Like the post




Reply With Quote



