Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Participant ,
Nov 09, 2016 Nov 09, 2016

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

175
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Nov 09, 2016 Nov 09, 2016

yes, with good javascript coding skills.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 09, 2016 Nov 09, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Nov 09, 2016 Nov 09, 2016
LATEST

The answer is in the other thread.

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources