Last week my marketing manager asked me is it possible to embed product video in business central ? and my quick answer was YES.
Here how we can add the video in business central. for this I created simple extension
1) Added on field to hold an video URL

2) Create one page extension with action button to play the video URL.

Publish the extension and below was the result.
To Play video inside application you need to add embed URL as below
https://www.youtube.com/embed/5aGgktag6L8
If the URL is without embed then video will play outside the application
Hope this will help you all.
Stay tune for more.
Nice one, didnt knew this was possible!!!!!!!
I had simiral issue and solved it with controll add-in. Made video about that, https://www.youtube.com/watch?v=_VTqC0YUjq8
works well with youtube videos or other pages.
LikeLike
Thank you
LikeLike
Hi,
Thanks for sharing this with the community, however where can we find “Video” codeunit ?
Is the code available in GitHub? if So, would you mind sharing the link?
Thanks again.
LikeLike
Hi
Video codeunit is part of system application
Here is the link for Git
https://github.com/microsoft/ALAppExtensions/tree/master/Modules/System/Video/src
LikeLike
Thank you.
LikeLike