A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Right Click Management

  1. #1
    XRave tongxn's Avatar
    Join Date
    Apr 2005
    Location
    Somewhere near Here
    Posts
    870

    Right Click Management

    I was trying to make a Flash file that disables right click, now I got the movie finished but what is the AS for it?

    What I mean by "disable" is so that you cannot rightclick and click play, stop, foward.. etc..etc.

    Any tutorials or Actionscripts would do..

    Regards,
    Tongxn
    When you actually know what "OMG I have so much homework!" means, you won't want to be me.
    Xrave

  2. #2
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    Hey tongxn,

    Well you cant disable the right click, the user will always have that ability. However, you can disable and hide some of the options (like play, foward etc)

    Simply put this on the actions layer:

    code:

    Stage.showMenu = false;



    Enjoy

  3. #3
    XRave tongxn's Avatar
    Join Date
    Apr 2005
    Location
    Somewhere near Here
    Posts
    870
    *gap* I owe you one!!

    Thanks!
    When you actually know what "OMG I have so much homework!" means, you won't want to be me.
    Xrave

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center