2

In Chrome: If I right click on jwplayer video, I can seen only one option "About jwplayer 6.12.." enter image description here

But In Internet Explorer: There are total 4 options are showing:

  • About jwplayer 6.12..
  • Settings
  • Global Settings
  • About Adobe flash player 19.0.0.226

enter image description here

How can I hide last 3 options in Internet Explorer ?

Sariban D'Cl
  • 2,197
  • 2
  • 28
  • 42

3 Answers3

3

A trick is adding this rule to your CSS:

.jw-rightclick { display: none !important; }

This will hide HTML-generated jwplayer right click menu, but not in Internet Explorer.

This does fully not resolve the question, but it will help another users that finds the question related to the title of this post.

mr.xkr
  • 51
  • 4
1

It's possible but you need a license in order to do so. https://support.jwplayer.com/customer/portal/articles/1406865-branding-your-player

zer00ne
  • 41,936
  • 6
  • 41
  • 68
0

You can't, sorry. It's up to Internet Explorer's source code what it displays when a Flash or HTML5 video element is right-clicked.

Elon Zito
  • 2,872
  • 1
  • 24
  • 28