On this document I will show how to embed a video on knowledge documents.
I think is more easier to the end users figured out the informations seeing videos instead of pictures step byt step.
To do this, we need to create a new folder (Videos) under: $NXROOT\bopcfg\www\CATALINA_BASE\webapps\ROOT
All videos that you need to use on knowledge tools must be on this new folder.
- Create a new knowledge document and add this code below:
- The red content is the name of the video on your folder.
<video controls="" height="300" width="600">
<source src="http://<your server>:8080/Videos/itil.mp4" type="video/mp4" />
</video>
1 person found this helpful
Thank you for sharing this with the community Thiago!
Videos embed on Knowledge Documents