Can someone help me creating a playlist where songs play one after other. Only html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone help me creating a playlist where songs play one after other. Only html

Can someone help me creating a playlist where songs play one after other. I created a playlist but the only problem is having to manually play each of them. So i tried autoplay and everything started playing together creating a mess.

8th Jun 2018, 1:42 PM
BALOOCH ANZARAHMEDKHAN ZAKIRAHMEDKHAN
BALOOCH ANZARAHMEDKHAN ZAKIRAHMEDKHAN - avatar
1 Answer
+ 3
When creating a playlist like that, I would think that HTML alone wouldn't suffice to being able to autoplay them all in order. I would recommend looking a bit into JavaScript for that, learning enough about the DOM and how to manipulate objects in HTML to achieve that.
9th Jun 2018, 2:37 AM
Faisal
Faisal - avatar