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!
This JS will do it:
window.parent.window.cpCmndNextSlide = 1;
Copy link to clipboard
Copied
This JS will do it:
window.parent.window.cpCmndNextSlide = 1;