I’m creating an album player for a musician using the Audio Player component. I’d like the user to be able to click the play button on track 1, and for each of the subsequent tracks to play in successions — a playback experience like on a streaming service.
I’ve actually built the audio player into a custom component called “Album Player” that loops through tracks, so I can display title and composer as well, next to the player (screenshots below). I’d love this play-then-autoplay experience to work within that.
How can I achieve that streaming effect with multiple tracks?