New to Telerik UI for ASP.NET Core? Download free 30-day trial

MediaPlayerTagHelper

Example

<kendo-mediaplayer>
    <media />
    <messages />
</kendo-mediaplayer>

ChildTags

Tag Name Details
media MediaPlayerMediaSettingsTagHelper
messages MediaPlayerMessagesSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
full-screen Boolean If set to true, the widget will enter fullscreen mode.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
auto-play Boolean If set to true, the widget will start playing the video or videos after initializing.
auto-repeat Boolean If set to true, the widget will start playing the video or videos after initializing.
forward-seek Boolean If set to false, the user will be prevented from seeking the video forward.
has-client-component Boolean
mute Boolean If set to true, the video will be played without sound.
navigatable Boolean If set to true, the option enables the keyboard navigation for the widget.
on-end String Fires when the media finishes playing.The event handler function context (available via the this keyword) will be set to the widget instance.
on-pause String Fires when the media is paused.The event handler function context (available via the this keyword) will be set to the widget instance.
on-play String Fires when the media begins playing.The event handler function context (available via the this keyword) will be set to the widget instance.
on-ready String Fires when loading is over and the widget is ready to start playing the media.The event handler function context (available via the this keyword) will be set to the widget instance.
on-time-change String Fires when the user selects a new play time.The event handler function context (available via the this keyword) will be set to the widget instance.
on-volume-change String This event is fired upon changing the volume level.The event handler function context (available via the this keyword) will be set to the widget instance.
sanitize-id Boolean
volume Double A value between 0 and 100 that specifies the volume of the video.
In this article
Not finding the help you need?