Copy link to clipboard
Copied
Can I display a live HTML 5 page inside Captivate 9 as a "web object" or something like that
I'd like my students to be able to interact with that web page by clicking on hotspots on it in a window
inside Captivate. Can Captivate do that?
Thanks,
Ted
ted.hildebrandt@gordon.edu
Copy link to clipboard
Copied
yes, with good javascript coding skills.
Copy link to clipboard
Copied
Is there a place where it gives examples of such JavaScript code? Listening to
a hotspot etc.?
Copy link to clipboard
Copied
The answer is in the other thread.
window.parent.document.getElementById( 'someObjectName' ).addEventListener( 'click', function () { //your code here; });