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

Disable Rad controls

3 Answers 148 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Mani
Top achievements
Rank 1
Mani asked on 22 Nov 2013, 07:21 AM
Hello i have been using Telerik rad media player, How do i unhide/ visible= false the media player controls? but i want to play the video when its clicked but not to show the controls.

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 27 Nov 2013, 08:27 AM
Hello Mani,

You can hide the entire ToolBar using the following snippet:
<style>
    .rmpToolbarWrapper
    {
        display: none !important;
    }
</style>

Or hide the inner controls selectively:
protected void Page_Load(object sender, EventArgs e)
{
    RadMediaPlayer1.TitleBar.ShareButton.Visible = false;
    RadMediaPlayer1.ToolBar.HDButton.Style["display"] = "none";
}

Hope this helps. Please give it a try and let me know if it works for you.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
SR
Top achievements
Rank 1
answered on 27 May 2015, 12:25 PM

Hi Eyup

how can i disable the right click of player which having these options to be hide 1.Getvideo url ,GetVideourl at current time etc how hide these all with in right click of player any suggestions and also hide you tube icon also .

 Regards 

  SR.

 

 

0
Maria Ilieva
Telerik team
answered on 01 Jun 2015, 11:17 AM
Hi,


The YouTube logo and context menu can be configured by setting additional parameters to the video source. However, this is currently not supported by the RadMediaPlayer control.

We have logged a feature request so that the functionality can be included in a future release of the controls. In order to increase the priority of the feature you can vote for it in the link below.

http://feedback.telerik.com/Project/108/Feedback/Details/159862-add-radmediaplayer-to-cosider-additional-parameters-passed-to-youtube-video-sour

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
MediaPlayer
Asked by
Mani
Top achievements
Rank 1
Answers by
Eyup
Telerik team
SR
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or