Skip to main content
mmm6661
Participant
December 2, 2019
Question

A very simple project... pausing video... what is the EASIEST solution

  • December 2, 2019
  • 1 reply
  • 485 views

I am testing Captivate to see if it meets my needs. The goal is simple:

10 minute video mp4

 

I need to pause the video, show some text and two buttons which will skip some sections, go to another project, assign variables etc. The second part is simple.

 

Trying the best way to accomplish the first one: pause the video when I show an object. I tried with a button and say 'pause untill a user clicks' but that allows a user to click somewhere else and 'skip'. I would prefer no overlay slides as they blurr the background.

 

What is the easiest way guys? I used to use Opus Creator which is way more sophisticated and allowed me to assign actions to all objects when they SHOW. Is it possible here please?

This topic has been closed for replies.

1 reply

Lilybiri
Legend
December 2, 2019

If the overlay slide has the same size as the video, the background is completely hidden. See:

http://blog.lilybiri.com/tips-for-interactive-video

 

To pause a slide video (do not use event video) you can use an interactive object and trigger the command Pause. Maybe this interactive video can help:

Custom Play/pause buton

Use an advanced action to pause the video and to show what you want (previously hidden in output). Use a play button to have both the Continue command and to hide what you want to hide.

 Have also a lot of posts about variables and advanced/shared actions, the point-and-click language which is converted to JS on runtime.

 

Pausing Captivate's timeline is one of the main topics which need to be understood:

http://blog.lilybiri.com/pausing-captivates-timeline

mmm6661
mmm6661Author
Participant
December 2, 2019

Thanks, not having anything in the background is even worse, so I cannot really use an overlay slide, there should be a very basic option how I want to show it, Captivate just does it for us, anyway - this is not going to work.

 

Your second option is ok but my question was a bi different -  I want to pause the video WITHOUT a user clicking on anything, I want my object that appears to pause the video automatically when it shows up. How can I apply an action to an object that appears on the screen please? 🙂

Lilybiri
Legend
December 2, 2019

Problem is that we talk a different language, I talk Captivate, you talk Opus Creator.... which I don't know at all.

 

I didn't say there was no background: background of an overlay slide will be the one you create on the content master slide, reeason why I offered you a first link but you have probably no time to look at it.

Overlay slides are the easiest way to do what you want, but you exclude them for reasons which are not clear to me. Each tool has its approach and workflows. 

 

The old approach with interactive video is to cut it in clips and insert a static slide in between the clips to show what you want.

 

There is a Delay Next actions command, which could also be used to time at a certain frame appearing after a number of seconds. However for long video, which needs time to load On Enter of the slide, figuring out the correct number of seconds. JS may be a better option, by adding events.

 

Will leave you to the JS experts. Have no time to learn the Opus Creator language.