How to disable Download VDO from WebMultiMediaPlayer

Hello,
How to disable Download feature from WebMultiMediaPlayer.
Don't want to disable all controls just disable download.

thanks in advance,
Ukrit

You can do this with:

WebMultimediaPlayer1.ElementHandle.setAttribute('controlsList', 'nodownload');

Thank you very much