Hi
I’m using the free custom audio player in a project which is working great
Basically, I have a playlist page this is used on and when a user hits the play button (in a repeating group which is a list of files to play) then that particular file is played.
I’d now like to add functionality so that when that file has finished playing, it automatically plays the next file in the list. I know how to get the next file etc but can’t see an easy way of knowing when the current audio file has finished playing, how is this possible?
I did try adding a condition that compares the current play position to the duration of the file but this is never triggered.
Thanks
Richard