-
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
-
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 :)
-
*gap* I owe you one!!
Thanks!