Insert a reference to an external video
For HTML outputs, you can insert references to externally-hosted videos in topics. The referenced video is embedded in the topic and streamed when viewed.
<object>
element. Referencing videos in this way saves importing all the video content into IXIA CCMS, and it allows you to store videos in a central location. This central location must be hosted externally so that the target audience can access the videos.
Note: How the videos appears in the final HTML output depends on your
transformation scenario. To optimize this use of videos, your transformation
scenario should be configured to handle
<object>
elements and any of their attributes that you want to
use.To insert a reference to the video in a topic:
<object width="1137" height="693" data="https://www.youtube.com/embed/3x8ZT2kWJ8U?list=WL" outputclass="iframe"> <param name="allowfullscreen" value="true"/> </object>