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.
1 Odpowiedź
+ 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.