---
title: "Video Control"
slug: "video-control"
tags: ["Videos"]
updated: 2025-08-05T15:25:04Z
published: 2025-08-05T15:25:04Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Control

## Overview

The Video [Form Control](/v9/docs/form-control-glossary) is used to display a video on a Form, along with the following options at runtime if the Show Controls option is enabled: Play/Pause, playback seeking via the video being played, Volume/Mute, Fullscreen, Download, Playback speed, and Picture-in-Picture. By default, the video will automatically play on mute; there is no setting available to control the initial volume of the video. Once the video is started at run-time, it will continue to loop unless manually paused.

---

## Examples

#### File Data

1. [Create a Form](/v9/docs/create-forms) or edit an existing Form.

In the Form Designer, navigate to the **DATA > ADVANCED** category in the **Toolbox**panel. Click and drag the **Video**control to the Form. Set the **VideoSource**to **FileData**and upload a video file under **Video File**. Click **Save**and close the Form Designer.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-07_15h53_06.png)

#### URL Configuration

1. Create a Form or open an existing Form.
2. Instead of selecting File Data from the Dropdown menu. Select **URL.**
  - Users should note that the Video Control only supports **.MP4**, **.webm**, and **.ogg** format.
  - Users also can toggle the following features on or off:
    - **Show Controls**
    - **Auto Play**

**![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-08-05_10h47_59.png)**

3. Once the Video Control has been configured, click preview to see it in action.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-08-05_10h26_10.png)

## Settings

| Setting Name | Description |
| --- | --- |
| COMMON PROPERTIES |
|  | Name | Sets the name for the control |
| VIDEO DATA |
|  | Video Source | Defines the URL or FileData of the video source. |
|  | Is Static | Sets whether the video source is a static value or data name. |
|  | Supported Format | Defines that the only video sources that are supported are .mp4, .webm, and .ogg format. |
|  | Video File/Video URL | Sets the URL or video file. |
|  | Show Controls | When enabled, displays video controls when the Form is displayed for the video (Play/Pause, playback seeking via the video played, Volume/Mute, Fullscreen, Download, Playback speed, Picture in picture). |
|  | Auto Play | When disabled, the video will not play when the Form is displayed and will require the user to press the Play icon. |
| BEHAVIOR |
|  | Initially VIsible Source | Sets the initial value source for the control to be a constant value or boolean (From Flow Data option). |
|  | Initially Visible | Sets the control to be visible when the Form is displayed. |
|  | Initially Enable Source | Sets the initial value source for the control to be a constant value or boolean (From Flow Data option). |
|  | Initially Enabled | Sets the control to be enabled when the Form is displayed. |
| VIEW |
|  | CSS Class | Allows the selection of a CSS class to be applied to the control. |
| HELP |
|  | Help Message Key | Defines a Tooltip message for the control. |
|  | Pick Help Message Key | Displays a list of Help Messages to select for the control. |
| SIZE AND TABS | Provides options to change the dimensions of the control and tab index. |

---

For further information on Forms, visit the [Decisions Forum](https://community.decisions.com/categories/Forms).
