Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Book! I wish...
Here are some links:
Learn about the Common JavaScript interface for Adobe Captivate
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!