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

Video Controls?

1 Answer 72 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 27 Jun 2017, 12:53 AM

Why do my video controls look like the attached image versus the way the demo works?  I've gone through styles, disabling what I thought might do it?

 

@(Html.Kendo().MediaPlayer()
                    .Name("heads-up-youtube-player-id-" + Model.LiveWidgetID)
                    .AutoPlay(Model.AutoPlay)
                    .AutoRepeat(Model.AutoRepeat)
                    .Navigatable(Model.Navigatable)
                    .FullScreen(Model.FullScreen)
                    .Volume(Model.Volume)
                    .Mute(Model.Mute)
                    .ForwardSeek(Model.ForwardSeek)
                    .Media(m => m
                        .Title(Model.WidgetTitle)
                        .Source(Model.YouTubeURL)
                    )
                    .HtmlAttributes(new { style = "height: 100%; background-color: transparent" })
                )

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 28 Jun 2017, 10:34 AM
Hello Steve,

I was not able to reproduce the same issue on my end.

I made an example using the provided options on it is working as expected on my end.

If possible, please send a fully runnable example reproducing the issue, as the issue can be caused by a custom code which we are overlooking at this moment.

Regards,
Stefan
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 (charts) and form elements.
Tags
MediaPlayer
Asked by
Steve
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or