Here are 3 ways of looping a video cue with time between loops

In all 3 examples a .1s wait is applied to the first cue fired. This ensures all auto follows are completed before the cue restarts.
Although cues 1 and 2 look similar they will function quite differently.
Cue 1 will play the video which will finish after 6 seconds and then repeat after the prewait time of the start cue
Cue 2 will play the video but the last frame will hold until the post wait time completes, even though hold on end is not checked (which catches me out sometimes).
Cue 3 is my preferred method of doing this, with a fire all group, , as at some time time you will probably want to fade or stop the repeating cue and this means you only have to stop one cue instead of 2. It's also a lot clearer to read.
Mic