Edit online

How to Add Videos in DocBook WebHelp Classic Output

You can insert references to videos in your DocBook topics and then publish them to WebHelp Classic output. The videos can be played directly in all HTML5-based outputs, including WebHelp systems.

To add videos in the WebHelp Classic output generated from DocBook documents, follow these steps:
  1. Edit the DocBook document and reference the video using a <mediaobject> element, as in the following example:
    <mediaobject>
      <videoobject>
        <videodata fileref="http://www.youtube.com/watch/v/VideoName"/>
      </videoobject>
    </mediaobject>
  2. Apply a WebHelp transformation scenario to obtain the output.