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

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

integer, from 0 to 100

defaultLanguage

This functionality enables the specification of a particular language subtitle

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

forcedLanguage

Force the subtitle in a certain language, whatever the browser locale is

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

Note

Note that autostart option is not compatible with volume option. Browsers will automatically mute videos if autostart is set to true so volume option will be ignored.

Using the Content Picker to pick a video from a CMS.

...