Posts tagged audio player
MP3 Player with HTML5 – lesson 2
- 14
- Mar
MP3 Player with HTML5. Lesson 2 – Controlling Play, Pause and Stop with Javascript
In the previous section we created an audio element using HTML5 and then controlled it using the built-in controls available through the browser. In most applications, however, you will want the user to have more control over the audio (or video) playback. The Javascript API associated with the audio (and video) element provides a robust set of commands for controlling and monitoring the media stream.
Read more
MP3 Player with HTML5
- 07
- Mar
MP3 Player with HTML5
In you are a beginner in HTML5 and you are looking for new knowledge – our new tutorial is for you. We are about to tell you how to create your own html5 mp3 player. For the first lesson, we are going to tell you about HTML5 Audio Element. The HTML5 audio element is at the core of the new media API. The element itself allows you to play several different types of audio files and has a convenient built-in controller, which allows the user to control the audio playback. Let’s start by creating a very basic HTML document that plays an audio file.
Read more
Using Speakker – Cool HTML5 Audio Player
- 05
- May
Using Speakker – Cool HTML5 Audio Player(jQuery)
Today we continue jQuery lessons, and we will try new audio player – Speakker. This is free html5 audio player with nice interface. It allow us to listen music, adjust the volume, have different covers (for media), and have possibility to attach playlists (even via PHP files). Also it have ready possibility to share link to facebook and twitter. So – welcome to test our demo.
Read more
