<object>
element:<object data="path/to/video.mp4" outputclass="video"/>Videos can also be referenced in DITA topics by using a key.
<keydef keys="video" href="path/to/video.mp4" format="mp4"/>@datakeyref attribute within the
<object>
element:<object datakeyref="video" outputclass="video" width="480" height="270"/>.video {
width: 480px;
height: 270px;
}By default, a placeholder is displayed in place of the video. When clicked, this placeholder launches the video. A popup is presented in Acrobat Reader to enable the Multimedia content (the document must be trusted for the video to launch).
-oxy-video-cover
property:.video {
-oxy-video-cover: url("files/cover.png");
}.video-container {
text-align: center;
}