- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 11:46 AM
Greetings everyone,
I am having issues with playback of multiple embedded videos from a Microsoft article in our internal knowledge base. It tries to load the video and ends up showing a black box. Below you will find the Microsoft article I am trying to embed the videos from. Any assistance with this would be greatly appreciated.
https://docs.microsoft.com/en-us/surface-hub/surface-hub-2s-adoption-videos#chapter-10---basic-troub...
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 12:20 PM
I was able to reproduce the issue with that video when using my PDI and the URL option, it does work if I use source code in the Article body (HTML) field rather than trying to link directly from URL:
<p><iframe src="https://www.microsoft.com/videoplayer/embed/RE46z65" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></p>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 12:02 PM
Have you successfully embedded any other videos, or is this the first set you're trying to embed? If this is the first set of videos you may need to prevent the video from being removed via the HTML Sanitizer:
Check out the HTML Sanitizer section in the article below:
If my response was helpful, please mark as Helpful and consider setting the reply as the Correct Answer if it best answered your question, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 12:08 PM
This is the first one that I myself am doing however we have several other videos already in our system that do not have this issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 12:15 PM
can you confirm those other video has been added as exactly same way, like adding url ?
https://hi.service-now.com/kb_view.do?sysparm_article=KB0564742

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 12:20 PM
I was able to reproduce the issue with that video when using my PDI and the URL option, it does work if I use source code in the Article body (HTML) field rather than trying to link directly from URL:
<p><iframe src="https://www.microsoft.com/videoplayer/embed/RE46z65" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></p>