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

Not show HD symbol on toolbar

3 Answers 47 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Jerry Jansen
Top achievements
Rank 1
Jerry Jansen asked on 28 Oct 2013, 08:00 PM
Is there a way to not show the "HD" symbol on the toolbar?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Oct 2013, 06:46 AM
Hi Jerry Jansen,

Please try the following CSS to hide the HD symbol on the toolbar.

CSS:
<style type="text/css">
    .rmpHDButton
    {
        display: none !important;
    }
</style>

Thanks,
Princy.
0
Eyup
Telerik team
answered on 31 Oct 2013, 08:57 AM
Hello Jerry,

You can also use the following approach in case you need to do that depending on a condition:
RadMediaPlayer1.ToolBar.HDButton.Style["display"] = "none";

Hope this helps.

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
Jerry Jansen
Top achievements
Rank 1
answered on 31 Oct 2013, 12:27 PM
Thanks for both replies. I have the media player working like I want now. 
Tags
MediaPlayer
Asked by
Jerry Jansen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Eyup
Telerik team
Jerry Jansen
Top achievements
Rank 1
Share this question
or