Click here to Skip to main content
Sign Up to vote bad
good
See more: C#ASP.NET
I have youtube video in asp.net page. I want right click off so that nobody can download it. plz help me. I have tried
<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
    </script>
    <script type="text/javascript" language="javascript">
        $(function () {
            $(this).bind("contextmenu", function (e) {
                e.preventDefault();
            });
        });
    </script>
this in head section of my page. It is preventing right click on other things but not on video.
Posted 23 Feb '13 - 22:42
Edited 23 Feb '13 - 22:44


1 solution

Hi Dhanashree
 
Please refer to the below link:
http://stackoverflow.com/questions/9756837/prevent-html5-video-from-being-downloaded-right-click-saved[^]
 
Regards
Willington
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 8,386
1 OriginalGriff 6,596
2 CPallini 3,533
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 25 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid