Hello All;
From 2014 and above.
I need to check and see if the Audio has stopped playing.
Mind you, there is nothing on the timeline, this is an mps file playing.
I want to find out when it stops, so I can play the next song in line.
I tried using this.
if (sym.$("_05letitbe")[0].stop) {
// code here
}
However, it does not detect the song ending, unfortunately.
Any idea's?
Wayne