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

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

Explorer ,
Jul 30, 2020 Jul 30, 2020

Copy link to clipboard

Copied

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!

Views

170

Translate

Translate

Report

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

People's Champ , Jul 30, 2020 Jul 30, 2020

This JS will do it:

 

window.parent.window.cpCmndNextSlide = 1;

Votes

Translate

Translate
People's Champ ,
Jul 30, 2020 Jul 30, 2020

Copy link to clipboard

Copied

LATEST

This JS will do it:

 

window.parent.window.cpCmndNextSlide = 1;

Votes

Translate

Translate

Report

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