how to disable movie download option on mouse right click
I am playing mp4 video on my webpage using following code:
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.
Re: how to disable movie download option on mouse right click
Re: how to disable movie download option on mouse right click
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.
Re: how to disable movie download option on mouse right click
Let me give you a hint - this forum is not about programming web pages.
Re: how to disable movie download option on mouse right click
I try this but i didn't found any option of download while right click..