Skip to main content
nzgleaton
Participating Frequently
October 30, 2018
Question

Vimeo videos inserted with Web Object

  • October 30, 2018
  • 1 reply
  • 654 views

I'm creating e-learning lessons with Captivate (2017 Release). They involve showing a streaming video. Since there is no widget for Vimeo videos, I'm using a Web Object with the Vimeo embed code. It works great, but here's the problem.

There are two timing settings that are needed. The first is the slide duration, which I always set it to about 5 seconds longer than the video that will play. This is so the slide doesn't time out and continue the lesson before the video is finished.

The second is the Timing setting for the video itself. It is set to "Display For: Rest of Slide." I've also tried setting it to a specific time that matches the time set for the slide duration.

Everything is hunky-dorey unless the learner decides to pause the video. Once resumed, it gets cut short at the end because the slide timer apparently keeps running.

I looked into any kind of parameters that could be included in the Vimeo embed code. There is one that disallows the use of the Play/Pause button (which would be acceptable), but it also does an Autoload and Loop, which I don't want. And it doesn't allow those two options to be turned off with other parameters.

According to the Adobe Help page Work with event videos in Adobe Captivate , there is a checkbox under Video timing that allows you to pause the slide until the video finishes, but it's part of Event Videos, which doesn't allow the use of a Vimeo URL or embed code. This option doesn't appear to be available when using a Web Object with an embed code for the video.

So.. what am I missing? Is there a simple setting I've overlooked? Is there a way to pause the slide at the same time the video might be paused?

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    October 30, 2018

    Since it's a web object, displaying a video on another server in an iFrame, Captivate has no way of knowing the properties of the video.

    You would have to edit that web object after publishing and attach event listeners to the video yourself. Or create an html page that does all of this for you.

    I can't paste the code to do this right now, but I have posted it before. I'll post it tomorrow.

    nzgleaton
    nzgleatonAuthor
    Participating Frequently
    October 30, 2018

    Neither option is really practical. I have hundreds of lessons with embedded videos, and the time to do either is simply not available. Surely there's some way to pause the slide until the video finishes, just like with event videos?? I just want the slide to stay put until the video finishes. As long as the learner doesn't pause at all, there's no problem.

    But I'll take a look at your code anyway -- I just hope that's not the only option! Thanks for taking the time to answer.

    TLCMediaDesign
    Inspiring
    October 30, 2018

    There is no other way. You have to have listeners on the video to know when it ends.

    You could develop JavaScript and put that on every slide, but this route is much easier.

    I create the same html page for every video, it can read the slide label to know which video to load. Done it many times with YouTube videos.