Include Videos

Use a video control to add a video, such as a YouTube or Vimeo video, to your web 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 edit its properties on the Properties pane's General tab.
    Field Description

    Name

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

    Binding

    Defines a link between the control and a data attribute.

    Computed Value

    Set this property to apply a computation to the control. See Create Computed Controls.

    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 field is enabled.

    Loop

    Set this property to loop the video continuously.

    Auto Play

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

    Show Controls

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

    Events

    Allows you to configure events for the control. You can assign actions or If/Then/Else conditions to the control based on a selected event. See Add Dynamic Behavior to Forms.

  3. On the Styling tab, edit the control's styling properties.
  4. Click Preview to try out using the control.