Skip to main content
Participant
June 11, 2015
Question

Edge Animate and Captivate 8

  • June 11, 2015
  • 1 reply
  • 220 views

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?

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    June 11, 2015

    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();

    Participant
    June 11, 2015

    Thanks for the tip. The next button will be in animate. I'll look into the javascript.