Copy link to clipboard
Copied
I've created an interactive menu in Edge Animate. This is going to be put in a Captivate 8 training. I want to be able to click on the menu item in the web object and have it go to the next slide. Is there a way to have the OAM file interact with Captivate? OR can a button be placed above the web object?
Copy link to clipboard
Copied
OAM will be in an iFrame, you cannot put a button on top of it AFAIK. To interact with Captivate you'll need JS. Will you create the Next button in Animate? I think JS has to be something like:
window.parent.cpAPIInterface.next();
Copy link to clipboard
Copied
Thanks for the tip. The next button will be in animate. I'll look into the javascript.