Advanced Video Player Component

Overview

Allows fine-grained control of playback options like skip to start time, disable forward or reverse, and show progress bar. Automatically triggers a saveInto upon user action or video completion to allow designer to perform dynamic actions such as gathering metrics or presenting a custom integrated experience.

Key Features & Functionality

  • Disable Forward - Designers can choose to not allow viewers to skip forward through video playback.
  • Disable Reverse - Similar to Disable Forward, Designers can choose to now allow viewers to reverse/replay video playback.
  • On Play, Pause, Reverse, Forward, and End Events - saveIntos triggered when a user begins playing a video or when playback has been paused, reversed/replayed, seek forward, or ended/completed.
Anonymous
  • Hello.
    I would like to use Advanced Video Player Component to display a video from a URL registered by the user.
    The reason why we don't use the existing Video Component is because we want to restrict video downloads.

    However, the Advanced Video Player Component was unable to pass the URL as a constant. It will be pitch black as shown below.
    Please tell me the solution for this.

    I'll look for a way other than typing the URL directly.