Skip to main content
Known Participant
July 30, 2020
Answered

How to automatically continue a Captivate slide show containing an Animate web-object?

  • July 30, 2020
  • 1 reply
  • 271 views

Hi,

    I have an Adobe Animate .oam on a Captivate slide.

I am trying to find a way to automatically move to the next slide when the Animate web-object completes it's animation timeline.

Is there something I need to add within the Animate project (javascript) to somehow communiate with the parent Captivate project to move to the next slide, or is there some option in Captivate that can detect when the Animate Web-object has completed?

Thanks for any advice!

    This topic has been closed for replies.
    Correct answer TLCMediaDesign

    This JS will do it:

     

    window.parent.window.cpCmndNextSlide = 1;

    1 reply

    TLCMediaDesign
    TLCMediaDesignCorrect answer
    Inspiring
    July 30, 2020

    This JS will do it:

     

    window.parent.window.cpCmndNextSlide = 1;