Hi
I have a video in my composition, it plays/looks nice but I need it to continuously loop.
I moved the playhead to the end of the video and added a trigger:
sym.play(0);
I even tried
this.play(0);
and
sym.$("cubeMovie")[0].play();
but these aren't working.
Anyone?
Thanks in advance,
Rich