Results 1 to 5 of 5

Thread: how to disable movie download option on mouse right click

  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Qt products
    Qt/Embedded

    Default how to disable movie download option on mouse right click

    I am playing mp4 video on my webpage using following code:


    Qt Code:
    1. <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="760"HEIGHT="354" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    2. <PARAM name="SRC" VALUE="my.mp4">
    3. <PARAM name="AUTOPLAY" VALUE="true">
    4. <PARAM name="CONTROLLER" VALUE="true">
    5. <EMBED SRC="my.mp4" WIDTH="760" HEIGHT="354" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
    6. </EMBED>
    7. </OBJECT>
    To copy to clipboard, switch view to plain text mode 



    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how to disable movie download option on mouse right click

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Feb 2011
    Posts
    3
    Qt products
    Qt/Embedded

    Default 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.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default 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.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    LarryPhillips Guest

    Default 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..

Similar Threads

  1. Disable right mouse click on QAction
    By stefan in forum Newbie
    Replies: 13
    Last Post: 15th May 2013, 22:04
  2. How to disable sorting option in QMap
    By baluk in forum Newbie
    Replies: 12
    Last Post: 1st October 2010, 10:10
  3. How to disable mouse click over a QSplashScreen
    By graciano in forum Qt Programming
    Replies: 2
    Last Post: 8th November 2009, 16:02
  4. Disable QTextCursor Mouse click repositioning
    By VireX in forum Qt Programming
    Replies: 2
    Last Post: 3rd April 2007, 08:08
  5. Replies: 1
    Last Post: 9th February 2007, 09:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.