Skip to main content
March 19, 2014
Question

Auto expand and collapse TOC

  • March 19, 2014
  • 1 reply
  • 572 views

Hi everybody,

Does anyone know anything about the following issue:

Our current Adobe Captivate version is 6.0.1.240. Can you tell me if I can automatically expand and collapse TOC on hovering the mouse pointer over the video? For example, you can do it with Playbar: Table of Contents\Playback control\Playbar overlay. However, TOC is expanded and collapsed only when you click the icon. How can I collapse and expand TOC the same way as I do it with Playbar?

Thank you for your help!

    This topic has been closed for replies.

    1 reply

    RodWard
    Community Expert
    Community Expert
    March 19, 2014

    You would need to use an object that can detect mouse over and mouse out events to execute advanced actions to show or hide TOC accordingly.

    My recommendation would be to set up an object on screen and then attach a couple of Event Handler widgets to listen for mouse over and mouse out events respectively.  This will allow you to show TOC by mousing over the object and Hide TOC when mousing out.

    More info here:

    http://www.infosemantics.com.au/adobe-captivate-widgets/event-handler-interactive

    Free trial widgets here:

    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets

    March 20, 2014

    Thank you very much! We'll try it!