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

Can i put a VR Tour (HTML5) into and control it from within Captivate 9?

Participant ,
Nov 09, 2016 Nov 09, 2016

I'm wondering if I can use the Web Object function to embed a VR Tour into
captivate and then have my students control it from within the Captivate shell?
Could I put hotspots onto the VR Tour and read out variables when students
click on the Panorama or 360 video?

Thanks,

Ted Hildebrandt

ted.hildebrandt@gordon.edu

415
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

It is much easier to put code into your web object to listen for button clicks and whatever you want to use to control the web object.

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

Can Captivate "hear" the button click in a web object HTML5?

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

No, you put the listener inside of the web object (html file)

So to listen for a button in captivate called "pause_btn" in the web object you add the code:

window.parent.document.getElementById( 'pause_btn' ).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