HTML5 Custom Audio Player
Let's see how we can do this.
Step 1 : Add jQuery script in the header section of the aspx page.
Step 2: Place below images inside body or form tag. As we don't have defaul HTML5 audio controls, the below images will be used to control the audio.
![Prev](Images/media_skip_backward.png)
![Rewind](Images/media_seek_backward.png)
![Play](Images/gtk_media_play_rtl.png)
![Pause](Images/media_playback_pause.png)
![Forward](Images/media_seek_forward.png)
![Next](Images/media_skip_forward.png)
Step 3: Place below script in the aspx page which will Play, Pause, Previous, Rewind, Forward and Next of HTML5 audio control.
No comments:
Post a Comment