Skip to main content
Participant
March 27, 2017
Question

Autoplay Multi-Language Captivate Course

  • March 27, 2017
  • 1 reply
  • 191 views

2 web objects on one slide, both videos playing at the same time even though I use advanced actions. When I choose English, the English video appears and the autoplay works for the video, but the Spanish video also autoplays on the same slide. How do I get only one video to play when I choose a language.

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    March 27, 2017

    You didn't say what the advanced actions were.

    Could you stagger the Web objects so they don't overlap and jump over the English video if the Spanish is selected with an advanced action triggered on slide enter?

    Do something like cpInfoCurrentFrame + 90.

    Participant
    March 27, 2017

    Two buttons/actions:

    Assign Eng with 1

    Go to Next Slide

    Assign Spn with 1

    Go to Next Slide

    For all the slides On Enter, the script is language (Eng is equal to 1 OR Spn is equal to 1)

    Then it's show/hide for my eng and spn text/web objects/video/audio files.

    TLCMediaDesign
    Inspiring
    March 27, 2017

    You could try executing this JavaScript instead of the hide if it's HTML5:

    document.getElementById("Web_1").style.display="none";

    Just change "Web_1" to what ever the name is in Captivate.