In this webinar, you’ll learn how to utilise the Adobe Captivate Web Object to design and create a more responsive mobile experience for your colleagues.

It’s the sort of joy only you can bring them!

Using the web object functionality, we’ll show you how to:

  • Create basic HTML and CSS pages with Adobe Captivate
  • Include these pages as part of a SCORM file without storing them on a separate server
  • Embed YouTube and Vimeo files as responsive videos for mobile viewing

___

More Captivate tips and advice at www.learningplan.com.au

All Comments
Sort by:  Most Recent
2019-02-15 18:04:30

Hello,

Again, thank you for this great information.  I’m always trying for my E-Learning to be more dynamic.   In your Captivate example above is that a different web object being replaced?   It looked like like the multistate effect.

I’ve had success with this piece of code sending dynamic variables to a program to run the web object.

document.getElementsByTagName(“iframe”)[0].src=”http://mindarrive.com/personalfiles5/personalfiles_list.php?vemail=”+window.ls_email;

-Steve

Like
2019-02-28 03:30:40

Interesting Steve, great work on utilising the power of Javascript! Very impressed, well done! Would love to see it in action, would you mind sharing a source file?

Like
2019-02-12 20:40:30

I think this is amazingly brilliant.  I am going to try to implement this.   Do you think we can change the web object “on the fly” so it will work like the multi state functionality which doesn’t work well with Responsive Fluid Boxes?

Like
(1)
View All 2 Replies
2019-02-14 22:02:37

Hi, yes the web object can be updated on the fly. You need to consider where the web object is actually located (uploaded with the published ZIP, or located elsewhere with its own unique URL).

If the web object is located on another server, then the web object can be updated without needing to re-publish the Captivate file.

If the web object (HTML file) is embedded as a local file, inside the Captivate file (that in turn is published as a ZIP SCORM) , then the Captivate file will need to be republished as a ZIP and the local HTML file will need to be re-included with the ZIP before uploading to your LMS.

The most efficient approach would be to have the web file stored elsewhere with a static (absolute) address, so when it is updated, the URL to that file remains constant.

Like
2019-02-14 22:04:14

oh, we have also included a link here to another sample where we have included HTML web objects in Captivate (best to view in Chrome or Firefox as 3rd party VR is included)

https://learningthatworks.com.au/review/mojave

Like