View Full Version : how can i disable right clicks on windows media player ?
aditya_4u2
02-18-2005, 05:10 AM
hey gus,
i am new to this, i have few problems, if someone can help me that wud be great. I have my site where we broadcast our channels through our tv tunner card. and when we relay them, we post links on our site, so ppl can watch it. but now i have a problem that ppl are stealing our links and putting in different web sites with out giving our credit or our links. so i wann know how can i make a password protection ? like when i give u link and when u are trying to play and when it starts browsing a pop up comes for putting password. and when they put that password they can watch it. or my 2nd case is i have embedded a default windows media player on my site. how can i disable the right click on windows media player so that they can c our links. i know to disable the right click on web page but i want to know how to disable right clicks on windows media player, or any method by which they won't be able to check the sourse.
if someone can help in this matter, dat wud be really gratefull to u.
thnx
adi
rmedek
02-18-2005, 05:29 AM
As you will soon find out from more people than me, there is no way at all to hide the source from someone. If you don't want people finding your links, the only thing to do would be to not post them on the internet. Everything else is just busy work.
Besides, you have more important problems... did you know the shift key was missing from your keyboard?! :D
aditya_4u2
02-18-2005, 06:04 AM
As you will soon find out from more people than me, there is no way at all to hide the source from someone. If you don't want people finding your links, the only thing to do would be to not post them on the internet. Everything else is just busy work.
Besides, you have more important problems... did you know the shift key was missing from your keyboard?! :D
Ok i agree with dat on not to disabling but there shud be a way where i can put password and when ppl watch they need to enter the password everytime they click on links....
aditya_4u2
02-18-2005, 06:56 AM
Need help please some one...... :(
_Aerospace_Eng_
02-18-2005, 07:41 AM
you can try using this parameter in your object tag
<PARAM NAME="EnableContextMenu" VALUE="-1">
aditya_4u2
02-18-2005, 07:44 AM
you can try using this parameter in your object tag
<PARAM NAME="EnableContextMenu" VALUE="-1">
thnx bud i will try it... :thumbsup:
aditya_4u2
03-13-2005, 04:33 AM
didn't work..... :mad:
thnx bud i will try it... :thumbsup:
_Aerospace_Eng_
03-14-2005, 04:06 PM
let us see your code that would have taken away most of the features in the right click menu, u can't disable it completely, only the settings option in the right click menu should be available to the user
chapimp
03-21-2005, 02:41 AM
hey you can try placing a transparent png or gif image
on top of your video. Allways works for me
hemebond
03-21-2005, 09:23 PM
Don't try and disable the context menu. That will get you nowhere. Set up your server properly, to check for a referrer header in the request for the video file. If the referrer URL does not match your site, return an error. This is the same way images can be protected from cross-posting.
You could also use a server-side language to hide the true URL, by using the script to redirect as long as the referrer is correct.
cannibus
03-31-2005, 03:42 AM
<PARAM NAME="EnableContextMenu" VALUE="false">
works :thumbsup:
wk420
08-21-2007, 08:21 AM
Iono how much you know but to stop people from running it on other sight do as a previous guy suggested only allow access from your site AKA hotlink protection... Second suggestion in case you are a php-user have the movie be a php script that automatically blocks you from viewing it or running it for that matter unless the querystring is set to a correct forever changing variable like the date and then have php print it out for you at the page you do view it... But heres the thing, stopping people from accessing it is something that way better expert coders probablly have been trying to stop for years and never completed but if you work hard enough you can make it so difficult to get, that the most-determined person will give up on it.
saeed
08-21-2007, 11:23 AM
Ok i agree with dat on not to disabling but there shud be a way where i can put password and when ppl watch they need to enter the password everytime they click on links....
well.. it depends on which language u're working ... u can find lods of free scripts on php and asp scripting languages for password protection pages on google (or try hotscripts.com). I personally believe there is no way to secure videos or images on web... even if u use transparent gif or png file.... files are still download in temp Internet files folder and anyone can copy from there or by looking the source of the page...
ATB! :thumbsup:
Saeed
felgall
08-21-2007, 09:28 PM
A web browser copies all your files first before displaying the page so by the time the page displays it is too late to stop people stealing your images etc. The only exception is true video/audio streaming that uses special server side software.
otach
08-29-2007, 02:44 AM
hey you can try placing a transparent png or gif image
on top of your video. Allways works for me
I dearly need this solution, can someone tell me how i can add a transparent image on top of a live stream link that i have added on my site.
The only problem is that guyz can get the TV link by right clicking the media player.
Need help please.
rockonmetal
08-29-2007, 05:30 AM
How bout this...
Write a terms of service that states that all script on your site is yours and that you will persue legal action if stolen or used without credit...
Its a bit weak, I don't know how to enforce it other than looking around, either that or put the links in php code like this *unless it can't*
<?php
echo "linkstuff";
?>
Because PHP code is totally hidden in the source code...
rafiki
08-29-2007, 08:01 PM
its not hidden in the source code, its not in the source code... and if you want the client to see anything you either need to not have php handle it or echo/print it out.
WALSA
04-02-2009, 10:03 PM
JUST ADD THIS TO YOUR EMBEDDED CODE
EnableContextMenu="false" OR EnableContextMenu=false
hey gus,
i am new to this, i have few problems, if someone can help me that wud be great. I have my site where we broadcast our channels through our tv tunner card. and when we relay them, we post links on our site, so ppl can watch it. but now i have a problem that ppl are stealing our links and putting in different web sites with out giving our credit or our links. so i wann know how can i make a password protection ? like when i give u link and when u are trying to play and when it starts browsing a pop up comes for putting password. and when they put that password they can watch it. or my 2nd case is i have embedded a default windows media player on my site. how can i disable the right click on windows media player so that they can c our links. i know to disable the right click on web page but i want to know how to disable right clicks on windows media player, or any method by which they won't be able to check the sourse.
if someone can help in this matter, dat wud be really gratefull to u.
thnx
adi
WALSA
04-02-2009, 10:07 PM
OR ADD A SEPARATE TAG TO IT
<PARAM NAME=”EnableContextMenu” VALUE=”false”>
hey gus,
i am new to this, i have few problems, if someone can help me that wud be great. I have my site where we broadcast our channels through our tv tunner card. and when we relay them, we post links on our site, so ppl can watch it. but now i have a problem that ppl are stealing our links and putting in different web sites with out giving our credit or our links. so i wann know how can i make a password protection ? like when i give u link and when u are trying to play and when it starts browsing a pop up comes for putting password. and when they put that password they can watch it. or my 2nd case is i have embedded a default windows media player on my site. how can i disable the right click on windows media player so that they can c our links. i know to disable the right click on web page but i want to know how to disable right clicks on windows media player, or any method by which they won't be able to check the sourse.
if someone can help in this matter, dat wud be really gratefull to u.
thnx
adi
hemebond
04-02-2009, 11:26 PM
All that will do is annoy people viewing the embedded video.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.