(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Video Player

Overview

Example Video Player

Specs

Tokens

Token Description
displayName Display name in the structure panel
url URL or path to the video file
title Title text displayed above the video player
thumbnail URL of preview image before video starts
autoplay Plays video automatically on page load
showControls Shows or hides video playback controls
allowFullscreen Enables fullscreen playback button
mute Starts video with audio muted
loop Plays video in continuous loop
paddingClass Spacing around the video player
events Configurable component events
ON_INIT (Events) Event triggered on initialization
ON_DESTROY (Events) Event triggered on removal
visibilityPolicySetId Defines visibility by policy set
displayConditions Defines conditions for showing the player
id Unique identifier for programmatic access
dataTestId Identifier for automated testing
enableAsHotspot Enables component as guided tour hotspot
guidedTourHotSpotTitle Title for guided tour hotspot
guidedTourHotSpotDescription Description for guided tour hotspot

Structure

(Configured in General Properties)

(Configured in Visual Properties)

(Configured in Visibility)

Styling

(Configured in Visual Properties)

Visual Properties tab

Actions & Variants

(Configured in Events)

Authorization

(Configured in Authorization)

Tests

(Configured in Testing Hooks)

Links

Guidelines

Usage

Sizing & Layout

States & Feedback

Data-Driven / Conditional Behavior

Visibility & Authorization

Content & Localization

Dos & Don’ts

Do Don’t Article setting(s)
Use autoplay with mute to avoid surprise audio. Autoplay with sound enabled. autoplay, mute
Show playback controls when users need control. Hide controls for content that requires pause/scrub. showControls
Provide a clear, specific title. Omit the title or use a vague label. title
Add a preview image before play. Leave a blank/irrelevant first frame. thumbnail
Allow fullscreen for detailed visuals. Force inline viewing for fine detail. allowFullscreen
Render only when ready/appropriate. Always show even when the url is missing or the step isn’t reached. displayConditions, url
Hide restricted videos entirely. Show restricted videos and rely on error text. visibilityPolicySetId
Localize guided tour help when highlighting the player. Use English-only helper copy. enableAsHotspot, guidedTourHotSpotTitle, guidedTourHotSpotDescription

Accessibility