Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Option

Possible values

playerUid

The uuid of the player defined in Player Manager: player manager is a service managed by Wedia Account Manager to define a player skin. The skin is defined by the control colors, and optionnaly by a watermark overlayed on the video in one corner of the player

mediaUid

This is the unique asset identifier in the DAM

width

The Width of the player, suffixed with the unit

640px, 1rem …

height

The Height of the player, suffixed with the unit

320px, 1rem …

autostart

When supported by the browser, starts the video upon loading. If true, the volume will be set to zero by the browsers.

true, false

share

Display an “email” icon inside the player to allow the user to send a link to the video via email to a friend

true, false

timeCode

Starts the video at a given time position.

value in seconds

chapterCode

Starts the video at a given chapter

integer starting at 0 for the first chapter

loop

Should the video be played in a infinite loop. Default to false

true, false

volume

Sound volume at startup. Note that this option is not taken into account when autostart is set to true.

integer, from 0 to 100

defaultLanguageThis functionality enables the specification of a particular language subtitle

Default language used if the browser's language is not supported (supported languages = en / fr / de).

Has an impact on the language of the player interface.

a two letter code : French (fr), Spanish (es), German (de), Italian (it)…

forcedLanguageForce

the subtitle in a certain language, whatever the browser locale isLanguage given priority, regardless of the browser language. Must be a supported language (supported languages = en / fr / de).

Has an impact on the language of the player interface.

a two letter code : French (fr), Spanish (es), German (de), Italian (it)…

subtitleLanguage

Enabling subtitles as soon as the video starts.

The subtitle must exist for it to be enabled.

a two letter code : French (fr), Spanish (es), German (de), Italian (it)…

dnt

Force the “do not track” setting to true to comply with the request to not be tracked by analytics

true, false

...