Copy link to clipboard
Copied
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!
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Were you using a javascript that used the unique name of the video object to start it or something else?
Copy link to clipboard
Copied
I was using this:
document.getElementsByTagName("video")[0].play();