Further designing the web audio player. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

29th Jan 2019, 3:35 PM
Ayinla Adeola Russell Oluwarotimi
Ayinla Adeola Russell Oluwarotimi - avatar
3 Answers
+ 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.
29th Jan 2019, 7:06 PM
Charlie S
Charlie S - avatar
+ 1
To include the (next, play, pause, forward button etc) on the web..., Just use....... <audio controls=""10"> your code goes here....... </audio>
21st Feb 2019, 11:25 AM
Abdulrashid Adamu Ebenya
Abdulrashid Adamu Ebenya - avatar
+ 1
Hi this could be a good reference for you ... https://code.sololearn.com/WOi14of2X8Rx/?ref=app
25th Aug 2019, 1:12 PM
Kalo 'smi
Kalo 'smi - avatar