Skip to main content
Inspiring
March 17, 2021
Answered

Interactive video's audio comes up on another slide

  • March 17, 2021
  • 1 reply
  • 369 views

Hi,

 

I have a play button programmed to play a regular video on Slide 52. Slide 49 has an interactive video. Why, when I hit my play button on Slide 52, does not only the video play, but I also hear the audio from the interactive video on slide 49?

 

I'm using Captivate 2019.

 

Thanks!

    This topic has been closed for replies.
    Correct answer Zoey2005

    I think I solved this--I was using javascript to play the video. Better to control it by making the video visible and then it autoplays. The javascript code seemed to be playing an assortment of my 5 interactive videos.

    1 reply

    Zoey2005AuthorCorrect answer
    Inspiring
    March 17, 2021

    I think I solved this--I was using javascript to play the video. Better to control it by making the video visible and then it autoplays. The javascript code seemed to be playing an assortment of my 5 interactive videos.

    ChrisG LMS
    Inspiring
    March 17, 2021

    Were you using a javascript that used the unique name of the video object to start it or something else?

    Participant
    March 18, 2021

    I was using this: 

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