Skip to main content
Participant
August 24, 2018
Question

Extending Captivate...

  • August 24, 2018
  • 1 reply
  • 194 views

I'm looking for resources to begin expanding the capabilities of Captivate with JS, etc.  Looking for a recommendation for a good book or other resource.  While I'm pretty good with ActionScript, I don't know much about JS.   Any suggestions?

Thanks,

Eric

    This topic has been closed for replies.

    1 reply

    chrismay_at_delta6226261
    Inspiring
    August 24, 2018

    Book! I wish...

    Here are some links:

    Learn about the Common JavaScript interface for Adobe Captivate

    http://www.carahsoft.com/application/files/1014/9314/4287/Steven_Warwick_Part_2_-_A_Deeper_Dive_into_Developing_Custom_I…

    Then you need to publish a Captivate project, unzip it and find the CPM.js file (assets-->js-->CPM.js).

    Un-minify the file and start combing through it - its many thousands of lines of code. The file contains both the content of your lesson and the code to make it work.

    Good luck!