I've created a list widget that displays podcast episodes from my api with a button underneath. Currently, when the button is clicked, it updates the base audioplayer widget's title & audio file, how can I also have it start playing the audio file? I'm thinking I need to turn the audio player into a custom component, and add a custom function that inits the callback?
Once an audio file from the list has finished, how can I automatically play the next one in the list?
Base AudioPlayer Questions
Actions & Logic
I've watched video after video and I've googled & googled.
Yes
1