PDA

View Full Version : how to disable movie download option on mouse right click



fazich
13th February 2011, 14:27
I am playing mp4 video on my webpage using following code:



<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="760"HEIGHT="354" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="my.mp4">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="my.mp4" WIDTH="760" HEIGHT="354" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>



I want to disable movie download option with which user can't download the movie by right clicking on it.
How can i do it.Thanks.

wysota
13th February 2011, 23:30
http://www.lmgtfy.com?q=html+disable+right+click

fazich
14th February 2011, 04:22
Thanks for the links.
I see those links,i have already tried to disable right click on the webpage where movie player is present,
it disable mouse click bt when i click within the player it gives the option of downloading quicktime video.
So i feel there will b some other way of disabling right click on quicktime player.

wysota
14th February 2011, 17:57
Let me give you a hint - this forum is not about programming web pages.

LarryPhillips
19th February 2011, 05:20
I try this but i didn't found any option of download while right click..