This is a migrated thread and some comments may be shown as answers.

Starting Video from middle or specific time on click of play button or page load not working

1 Answer 49 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 06 Feb 2019, 03:21 PM

$("#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);
                    
                });

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 11 Feb 2019, 08:07 AM
Hello Gary,

This is the Silverlight forum. Can you please post your question in the Kendo section of the forums?

Regards,
Martin Ivanov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
MediaPlayer
Asked by
Gary
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or