Skip to main content
Participant
May 29, 2017
Question

Captivate 9 auto initialize captivate slide inserted in Captivate as web object

  • May 29, 2017
  • 1 reply
  • 216 views

I need to insert a published Captivate project into another Captivate project as a web object -- in other words, the main project will have a slide with a web object which contains the slide. Is there a way to get the Captivate project that is in the web object iframe to communicate with the parent project to initialize so the user doesn't have to click the initialize arrow on mobile?

I need to do this to add a drag and drop interaction to the main project. When I leave it in the main project, it crashes, so am trying to find a solution

This topic has been closed for replies.

1 reply

thisguy4xapi
Inspiring
June 6, 2017

Are you just trying to eliminate the play button?  I am thinking that is what you are calling the initialize arrow.  If this is the case go in the index.html and find this function cp.Init();, when I looked it was on like 56 but I think this may vary based on publish settings.  On the following line add this function.

cp.movie.play();

This eliminates the start arrow that displays on mobile captivate presentations.

Hope that's what you were looking for.

Brian