Thanks to visit codestin.com
Credit goes to www.telerik.com

end

Fires when the media finishes playing.

The event handler function context (available via the this keyword) will be set to the widget instance.

Example

<div id="mediaplayer"></div>
<script>
$("#mediaplayer").kendoMediaPlayer({
    autoPlay: true,
    media: { title: "Kendo UI for jQuery: Welcome and Overview", source: "https://www.youtube.com/watch?v=UbkbVBNYZMc" },
    end: function(){
        //handle event
    }
});
</script>
In this article
end
Not finding the help you need?
Contact Support