0
call functions from External Javascript libraries in Adobe Captivate Js Window
Explorer
,
/t5/captivate-discussions/call-functions-from-external-javascript-libraries-in-adobe-captivate-js-window/td-p/13380643
Nov 29, 2022
Nov 29, 2022
Copy link to clipboard
Copied
Hey,
i am tryring to add an external Javascript library in Captivate (https://underscorejs.org/). I want to call functions from this Library in the Captivate JavaScript Window but I can reach the functions.
I added the library like this:
var lJSFiles = [ @JSFILES_ARRAY , 'assets/Underscorejs.js' ];
TOPICS
Advanced
,
Advanced actions
,
Getting started
,
Import export
,
Project upgrade
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Zin27040520jl2c
AUTHOR
Explorer
,
/t5/captivate-discussions/call-functions-from-external-javascript-libraries-in-adobe-captivate-js-window/m-p/13380668#M300306
Nov 29, 2022
Nov 29, 2022
Copy link to clipboard
Copied
Correction : i can't reach to the Library functions in the Js window in Captivate *
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advisor
,
LATEST
/t5/captivate-discussions/call-functions-from-external-javascript-libraries-in-adobe-captivate-js-window/m-p/13381757#M300308
Nov 29, 2022
Nov 29, 2022
Copy link to clipboard
Copied
Have you downloaded a copy of the .js file?
This copy would need to also be present in the assets folder with the exact same name.
Did you rename the file at all?
Case sensitive.
To be clear - are you also adding this to the HTML file found in the Captivate installation folder or the published file?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

