I've posted this question before, but did not get any reply. Hope no one will mind if I post it again in hope of some help.
I am trying to play a video throughout the whole module and have the slides change according to the video timing.
Just to test the function out, I added a video on the Master page and at every 10 secs interval, I set it to change the slide.
I added the following into 'Playing Tick':
IF(Condition='$OBJ_9.currentPosition==10')
_GOTO(Frame='FRAME_6',Option='0')
ELSE
_IF(Condition='$OBJ_9.currentPosition==20')
__GOTO(Frame='FRAME_7',Option='0')
I am not sure if my codes are wrong or have I put them under the wrong action. At 10 secs, the slide changes accordingly, but at 20 secs, I get a pop-up telling me that my video object is undefined. This pop-up appears every second from then on.
Any help will be greatly appreciated. Thanks in advance!
I've posted this question before, but did not get any reply. Hope no one will mind if I post it again in hope of some help.
I am trying to play a video throughout the whole module and have the slides change according to the video timing.
Just to test the function out, I added a video on the Master page and at every 10 secs interval, I set it to change the slide.
I added the following into 'Playing Tick':
IF(Condition='$OBJ_9.currentPosition==10')
_GOTO(Frame='FRAME_6',Option='0')
ELSE
_IF(Condition='$OBJ_9.currentPosition==20')
__GOTO(Frame='FRAME_7',Option='0')
I am not sure if my codes are wrong or have I put them under the wrong action. At 10 secs, the slide changes accordingly, but at 20 secs, I get a pop-up telling me that my video object is undefined. This pop-up appears every second from then on.
Any help will be greatly appreciated. Thanks in advance!