Skip to main content
Known Participant
November 9, 2016
Question

Can I display a live HTML 5 page inside Captivate 9 as a "web object" or something like that

  • November 9, 2016
  • 2 replies
  • 213 views

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

    This topic has been closed for replies.

    2 replies

    tedh7Author
    Known Participant
    November 9, 2016

    Is there a place where it gives examples of such JavaScript code?  Listening to
    a hotspot etc.?

    TLCMediaDesign
    Inspiring
    November 9, 2016

    The answer is in the other thread.

    window.parent.document.getElementById( 'someObjectName' ).addEventListener( 'click', function () { //your code here; });

    TLCMediaDesign
    Inspiring
    November 9, 2016

    yes, with good javascript coding skills.