- Captivate Classic User Guide
- Introduction to Captivate
- Captivate Classic Release Notes
- Create Projects
- Create different types of projects in Adobe Captivate
- Customize the size of an Adobe Captivate project
- Responsive Project Design with Adobe Captivate
- Create Virtual Reality (VR) projects
- Work with responsive text in Adobe Captivate
- Work with themes in Adobe Captivate
- How to apply view specific properties in responsive projects
- How to create backup files for Adobe Captivate projects
- Asset panel
- Create branching and forced navigation in Captivate
- Replace image on the stage
- Add and Manage Objects
- Work with multi-state objects in Adobe Captivate
- Object effects
- Insert web objects in Adobe Captivate projects
- Work with object styles in Adobe Captivate
- How to rotate objects in Adobe Captivate
- How to manage objects with the Main Options toolbar
- How to merge objects in a slide
- How to manage objects in the library
- How to group objects in Adobe Captivate
- Edit object information using the Advanced Interaction panel
- How to copy, paste, and duplicate objects in Adobe Captivate
- Control the visibility of objects
- How to change the display order of objects in Adobe Captivate
- Apply shadows to objects
- How to align objects in Adobe Captivate
- How to add reflection to objects in Adobe Captivate
- Import assets into a Captivate project
- Slides
- Add slides to an Adobe Captivate project
- Editing slides in an Adobe Captivate project
- Delete Adobe Captivate project slides
- Change slide order in Adobe Captivate
- Set slide properties in Adobe Captivate
- Add and convert slide notes to audio files with Adobe Captivate
- Set up knowledge check slides in Adobe Captivate
- How to add slide transitions in Adobe Captivate
- How to work with master slides in Adobe Captivate
- How to lock Adobe Captivate slides
- How to hide or exclude slides in an Adobe Captivate project
- How to group and ungroup slides in Adobe Captivate
- Timeline and grids
- Create Quizzes
- Insert question slides in Adobe Captivate projects
- Set quiz preferences for Adobe Captivate
- How to enable learners to submit all quiz responses simultaneously
- How to set up question slides with Adobe Captivate
- Using random question slides in Adobe Captivate
- How to allow users to return to quiz
- Import questions from CSV format files
- Import questions from GIFT format files
- How to insert pretests in Adobe Captivate
- Audio
- Video
- Interactive Objects
- Interactions
- Non-interactive objects
- Create and edit smart shapes
- Edit and create text captions with Captivate
- How to use images and rollover images with Captivate
- How to customize smart shapes in Adobe Captivate
- How to create zoom areas in Adobe Captivate
- How to set audio for noninteractive objects
- How to create rollover slidelets in Adobe Captivate
- How to create rollover captions in Adobe Captivate
- Change mouse properties in Adobe Captivate
- Use highlight boxes in Captivate
- Work with swatches in Adobe Captivate
- Fix size and position of non-interactive objects
- Add animations to a Adobe Captivate project
- Advanced Editing and Project Reviews
- Variables and Advanced Actions
- Record Projects
- Publish Projects
- Preview and publish responsive projects
- Publish project to Adobe Captivate Prime
- Publish projects as HTML5 files with Adobe Captivate
- Publish projects as executable files
- Publish projects as MP4 files with Adobe Captivate
- Set publishing preferences in Adobe Captivate
- Using web fonts from Adobe Fonts in Adobe Captivate
- Report quiz results to an internal server
- Use Adobe Captivate with Other Applications
- Import and edit PowerPoint presentations in Captivate
- Upload an Adobe Captivate project to a Learning Management System
- Learn about the Common JavaScript interface for Adobe Captivate
- How to publish Captivate projects to Microsoft Word
- Using Adobe Connect with Captivate
- How to add Captivate projects to a RoboHelp online help system
- How to package multiple SCOs using the Adobe Multi-SCORM Packager
- Troubleshoot Adobe Captivate
- Resolve known issues and limitations in the latest versions of Adobe Captivate, Adobe FrameMaker, and Adobe RoboHelp.
- Early build for Captivate (2019 release) on macOS Big Sur (macOS 11)
- Hotfix for VR content not playing on devices
- Configure SSL for Live Preview on Devices
- Captivate (2019 release) activation issues on macOS Catalina
- Captivate responsive courses will not auto-play on browsers
- Issues with Asset panel in Adobe Captivate (2019 release)
- Error 103 while installing Adobe Captivate
- Issues when previewing a Captivate project
- Resolve known issues and limitations in the latest versions of Adobe Captivate, Adobe FrameMaker, and Adobe RoboHelp.
Overview
You can insert native HTML5 web objects into the slides by clicking Objects > Web in the big button bar. Type the URL of the object in the Address field of the Property Inspector, and the web page appears in the object container.
Create web object
From the toolbar, choose Objects > Web as shown below:
Type the URL for web object in Address field. You can also browse for OAM, pdf, svg , and zip files by clicking the folder icon next to the Address field.
Choose the other options, as described below:
Auto Load |
Choose this option if you want to load the object automatically in output. By default, this option remains selected when you create web object. In edit mode, after loading the object, mouse over the object to view the content. If you are unable to see the content after enabling the option, see this forum thread more for information. |
To display the web object in the slide, choose the following options: |
|
Border |
Select this option, if you want to view the border for the web object. |
Scrolling |
Select this option, if you want to view the scroll bar in the web object container. |
Loading Animation |
Select this option, if you want any animation within the web object to load. |
To display the web object in a new browser window, choose the following options: |
|
Default |
Select this option, if you want to view the web object with default browser settings. |
Full Screen |
Select this option, if you want to view the web object in full screen. |
Custom |
Select this option, if you want to view the web object within defined width and height dimensions. |
To insert objects like pdf or zip files, it is recommended that you place the pdf, zip, or svg file in a web server, and then use the url to the file.
For example, after placing the objects in the web server, use the URL as follows:
- pdf: localhost:8012/<filename>.pdf
- svg : localhost:8012/<filename>.svg
When you preview the slide, you can see that the objects are included in the output.
YouTube video does not load
If after inserting the YouTube widget, the video does not play after publishing. In such situations, update the widget.
For more information, see YouTube widget issues in SWF output.
Embed code support
Click the Embed code option, if you would like to embed any web object, such as, a video file or link to a streamed video. You can paste the embed code in the URL area, as shown below:
For example, you can see the embedded video in mobile view when you paste the following embed code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/_VW-KBt0Sbk" frameborder="0" allowfullscreen></iframe>
After publishing or previewing the project, if you see the error message, the object cannot be displayed in a frame, see this forum post for more information.
You can change the height and width of the embedded video by changing the size of web object container. The video maintains its width by following the width of the web object container and maintains its aspect ratio for height.
You can also embed videos without using the iframe tag, although it is recommended using it. You can use the object and the embed tags, as shown below:
<object data=" https://www.youtube.com/embed/_VW-KBt0Sbk " width="560" height="315"></object>
<embed width="420" height="315" src=" https://www.youtube.com/embed/_VW-KBt0Sbk "></embed>
Things to consider when using web objects with Adobe Captivate Classic
In Adobe Captivate Classic, web objects and HTML 5 animations (when layered with other shapes) always appear on top
As a work around this issue in HTML5, perform the following:
- In your Captivate Classic installation folder, open the AdobeCaptivate.ini file.
- Edit the file to change the value of UseWidget7 to 1 as follows:
UseWidget7=1 - Close and relaunch Adobe Captivate Classic.
You can now position your web objects on top or bottom, and they appear as expected in HTML 5.
This workaround is applicable for HTML5 publish option and for static pages or animations only.
A s ecured LMS(https) maynot allow you to launch unsecured (http) page embedded in a web object
When referring to a http website (in a web object) in an https secured LMS environment, the LMS does not allow the content to launch an un-secured website.
The content launches fine in the Captivate Classic preview server because it is http based. However it does not work in SCORM cloud or Learning Manager as those LMSs are https based.
Click-jacking websites are not supported in a web object
Click jacking is a threat to security and Captivate Classic does not support redirecting to a different website.
Some websites may not allow you to open it in another page or window. To test whether a site is supported in the Web object, you can have a simple HTML page with an iframe, and see if your URL works. If it works there, it also works in the web object.
For more information on Click Jacking, see the Wikipedia page on Click Jacking.
Download sample projects
To learn more about Captivate Classic and how you can create engaging learning content, download the following projects: