|
-
XRave
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
-
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
-
XRave
*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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|