mediaObject
The object which holds the information about the media that will be played by the control.
Example - specify a video
<div id="mediaplayer"></div>
<script>
$("#mediaplayer").kendoMediaPlayer({
media: { title: "Kendo UI for jQuery: Welcome and Overview", source: "https://www.youtube.com/watch?v=UbkbVBNYZMc" }
});
</script>
In this article