+ 3
Further designing the web audio player.
how do one include next button on the web player as I noticed 2 source audio files- audio.mpeg and audio.ogg
3 ответов
+ 2
(Hope i understood your question)
The second source is only for the situation your browser can't support the first source format. It can't be accessed and the next button will never appear, only if you included a second audio file. In this case with controls attribute it should automatically appear.
+ 1
To include the (next, play, pause, forward button etc) on the web..., Just use.......
<audio controls=""10">
your code goes here.......
</audio>
+ 1
Hi this could be a good reference for you ...
https://code.sololearn.com/WOi14of2X8Rx/?ref=app