I have 24 videos on an interactive list, all triggered with UDP commands.
I want to be able to interrupt any video playing when another is called.
I could write 23 UDP events for every video so that when any other video is called that video stops before playing the other. but there must be a simpler way of doing it than that
Does anyone have an idea of how to do this? Is there a Univeral command to STOP ALL that could run when a UDP Play command comes in, then I can put a wait in, then issue the command to play the wanted video?