August 11, 2020
How can I make a video loop in Captivate 2019?
Comments
(9)
August 11, 2020
How can I make a video loop in Captivate 2019?
Newbie 5 posts
Followers: 0 people
(9)

I’d like to make a video loop in Captivate 2019. I’ve seen the answers for previous versions but can’t seem to make it loop for Captivate 2019 on a Mac.

9 Comments
2021-11-30 05:17:49
2021-11-30 05:17:49

What happened on this? Any reflections after a year?

Like
()
2020-08-13 04:29:40
2020-08-13 04:29:40

I was working on this very thing last week. Here is how I was able to get it working:

For simplicity sake I  named this slide “myvideo”. I added a slide video and ensured “modify slide duration to accommodate video” was selected.  On this slide, I added an Advance action to “On Exit”.  The action I used was Jump to Slide “myvideo”.

Basically, when the video reaches the end the On Exit action jump to the slide beginning causing it to replay the slide. I added a fade to black at the end and beginning of the video to make the playback seamless.

Like
(2)
(4)
>
Wayne McDonald
's comment
2020-08-13 07:16:53
2020-08-13 07:16:53
>
Wayne McDonald
's comment

This is one of the workflows I had in mind, but is only functional if slide video is used. One tip: be careful with actions On Exit, because that event is not really to be trusted. This may be one of the exceptions provided no interactive object is on the slide. For a synchronized video replaying the slide is sufficient. You do not even need to use the exact name of the slide, this general advanced action will do the trick as well:

Expression   cpCmndGotoSlide = cpInfoCurrentSlide – 1

This action is taken from a recent blog about Replay and Reset, which you can also find in this portal:

https://elearning.adobe.com/2020/07/replay-or-reset/

Like
(2)
>
Wayne McDonald
's comment
2020-11-10 15:18:26
2020-11-10 15:18:26
>
Wayne McDonald
's comment

So you have to turn the video into a button, right? otherwise you can’t create an advanced action from what I understand.

Like
(1)
>
Wayne McDonald
's comment
2020-11-10 15:22:59
2020-11-10 15:22:59
>
Wayne McDonald
's comment

Sorry, I didn’t see my reply posted.

Just to confirm, so I have to make the video a button in order to gain action to advanced actions, right?

Like
(1)
>
vtesoro
's comment
2020-11-10 17:42:25
2020-11-10 17:42:25
>
vtesoro
's comment

Not at all. You attach that advanced action to the On Exit event of the slide, not to a button. Captivate has slide events and events linked to interactive objects. In this case you use the Slide event ‘On Exit’.

Like
(1)
2020-08-12 08:15:05
2020-08-12 08:15:05

Which ‘previous’ answers are you talking about, because not much has changed for this topic? Which type of video: event video or slide video? For Slide video, which synchronized with Captivate’s Timeline there are several possibilities, but want first to get an answer to my questions.

Like
(2)
(2)
>
Lieve Weymeis
's comment
2020-08-31 17:42:08
2020-08-31 17:42:08
>
Lieve Weymeis
's comment

Hi Lieve,

I have a question regarding event videos. I have an event video as a state and narration that speaks on the state. Is it possible to get the event video to loop for the length of the narration?

Like
(1)
>
Shay_B
's comment
2020-09-01 07:48:19
2020-09-01 07:48:19
>
Shay_B
's comment

Only event video is possible in a state. You cannot have any interactive object in a state, which means you do not have any event to capture the end of the narration.

It may be possible with JS, but will leave that to the JS experts.

Like
(1)
Add Comment