Kaltura Dynamic Player (KDP)

How to use the Kaltura Player Studio's Additional Parameters and Plugins (UIVars, flashvars)

To simplify the management of many of the player features, Kaltura has implemented the “UIVars” to override and configure player features. Kaltura UIVars are an incredibly powerful feature of the Kaltura Players which allows publishers to pre-set or override the value of any FlasVar (object level parameters), show, hide and disable existing UI element, add new plugins and UI elements to an existing player and modify attributes of all the player elements. This guide will take you through using the Additional parameters and plugins section to customize player features that are not "out of the box".

(8388 reads)

What flashvars can you use to change the playlist items text color in a playlist player

In general, two flashvars are required:

  • [labelId].dynamicColor=true
  • [labelId].color1=[your color]

[labelId] should be replaced with the id of the label you would like to change.

For example (relevant for the “new” templates, not “basic”):

If you would like to change the name text color to red , add:

(608 reads)

Pages