This question is locked. New answers and comments are not allowed.
$("#mediaplayer").kendoMediaPlayer({
autoPlay: true,
navigatable: true,
media: {
title: "Build HIPAA-Compliant Healthcare Apps Fast",
source: "https://www.youtube.com/watch?v=dyvxivS5EcI"
}
});
$("#playButton").click(function () {
mediaPlayer.play();
mediaPlayer.seek(40000);
});
