How to disable right click on youtube embed IFRAME? -


i placing youtube video on website. want disable right click no 1 can have access video directly.

below code snippet:

<iframe width="100%" height="563" src="' . $yturl . '?controls=' . $controls . '&rel=0&showinfo=0&autoplay=' . $autoplay . '" frameborder="0" allowfullscreen></iframe>` 

is there way achieve this?`


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -