Overview

The Base64 Video Player React Widget is a Mendix custom widget that allows you to display video content in your Mendix application. With this widget, you can play video content that has been encoded in Base64 format.

Documentation

Base64 Video Player React Widget

Description

The Base64 Video Player React Widget is a Mendix custom widget that allows you to display video content in your Mendix application. With this widget, you can play video content that has been encoded in Base64 format. The widget is built using the React library. It includes optional props to customize the width and height of the video player.

Dependencies

Mendix 8.17.0 or higher

Installation

To use this widget in your Mendix application, follow these steps:

  • Import the Base64 Video Player React Widget to your Mendix project.
  • Add the widget to a page in your Mendix application.
  • Configure the widget by providing a Base64-encoded video file in the videoBase64 parameter. You can also optionally specify the width and height of the video player by passing these as props.

Screenshots