Include Videos

Use a video control to add a video, such as a YouTube video, to your form. You can specify full video URLs, embedded URLs, or shortened URLs using the Source Url property on the General tab. You can optionally loop the video or specify to automatically start playing the video when loaded.

To configure a video control:
  1. From the Advanced palette, drag the Video control onto the canvas.
  2. Select the control and use the General tab in the Properties pane to configure the following:
    Field Description

    Name

    An internal identifier that you will use to identify the control.

    Label

    Specifies the name that displays to users.

    Binding

    Defines a link between the control and a data attribute.

    Source Url

    Specify a valid source URL for the video.

    Allow Fullscreen

    Set this property to allow users to play the video in full screen mode. By default, this property is enabled.

    Loop

    Set this property to loop the video continuously.

    Auto Play

    Set this property to automatically start playing the video when the form loads.

    Show Controls

    Specify whether to display play or pause controls for the video. By default, this property is enabled.

    Hide

    Select this property to hide the control.

  3. Use the Styling tab in the Properties pane to modify the control’s appearance as needed. See Styling Properties.