Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Pausing a video object

Contributor ,
Aug 13, 2018 Aug 13, 2018

Hello again ,

I have a customer that needs all videos and activities (eg Drag and drop) stopped while the "Help" window is opened.
The problem is that I can stop the audio and playback of the real slide but do not know how to do that with a video inside the slide.

It is done through this AA:

  1. a. Is there any way to pause a video object?
  2. b. What other slides / processes are not affected by "pause"?

Thanks a lot!

477
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 13, 2018 Aug 13, 2018

If this is event video, there is no way to pause the video because it plays independently of Captivate, reason why it has its proper control panel. If you need to pause the video, you have to use syncrhronized video. Have a look at:

Pausing Captivate's Timeline - Captivate blog

Translate
Community Expert ,
Aug 13, 2018 Aug 13, 2018

If this is event video, there is no way to pause the video because it plays independently of Captivate, reason why it has its proper control panel. If you need to pause the video, you have to use syncrhronized video. Have a look at:

Pausing Captivate's Timeline - Captivate blog

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 13, 2018 Aug 13, 2018

Basically what I thought...

Now I have resorted to simply hide the video when the help screen comes up and then show it again afterwards. Not very elegant...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Aug 13, 2018 Aug 13, 2018
LATEST

You can pause an event video with JavaScript

Pause video:

document.getElementsByTagName("video")[0].pause();

Play video:

document.getElementsByTagName("video")[0].play();

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources