Adding Videos in the WebHelp Responsive Output
Videos can be included and played in all HTML5-based output formats (such as WebHelp). For example, to add a YouTube video in the WebHelp output generated from DITA documents, follow the procedures below.
Adding Videos to WebHelp Responsive Output
- Edit the DITA topic to reference the video using an
objectelement, as in the following example:<object outputclass="video"> <param name="src" value="http://www.youtube.com/watch/v/VideoName"/> </object>
- Apply a WebHelp transformation scenario to obtain the output.