Play a video stored in an entity. The Video Player widget doesnt support this, only external videos...

0
I'd like to know how I can play a video in my application. This video must be stored in System.FileDocument. I DON'T WANT to display a video hosted externally, for example, on YouTube or any other external site. (The Video Player widget is already working for this purpose...) However, videos stored in System.FileDocument currently play from a widget called File Document View, which doesn't run in the React version of Mendix... And the current version of Document View only plays PDF, Docx, Xlsx, Plaintext, and all image file types, including but not limited to JPEG, PNG, GIF, BMP, TIFF, and WebP. (THIS OPTION DOESN'T SUIT ME.) I want to play a video in .MP4 format.     I'm using 10.24.4 version ( Migrate to react version)
asked
1 answers
0

Hi Tarcísio,

 

Please check this forum post, which provides ways of getting the absolute URL for a file document: here.

This other post also provides a way of getting the absolute URL from the GUID: here.

 

You should then be able to add these URLs to the Video Player.

 

Let me know if this helps or if you need further help.

answered