I would like to trigger an event or method at the end of a video or audio playback from movieplayer. I’ve had marginal success with placing code in the stop event of the player. Just looking for ideas. e.g. I can trigger a change in the listindex of a listbox in the stop event; however, it only works once. It acts like the player only hits the stop event on the first audio file, plays the second, but doesn’t actually trigger the stop event on the second audio.