;

PDA

Click to See Complete Forum and Search --> : Disable RightMouse KM with Adobe Flash Player10


trendsetterz
06-11-2009, 08:43 PM
I've been searching a half hour to find a code to disable the rightmouse.
First I found on koolexchange, but the .txt file says it's onlly for flash 7,8 and 9. I googled also, and tryed a few codes didn't worked either.

Does someone knows and can explain where or how i can fix it.

:confused:

Gona sleep now:zzz:

Thanks!

blanius
06-11-2009, 11:01 PM
what version are you using?

blanius
06-11-2009, 11:13 PM
For KM7 using AS3

myContextMenu = new ContextMenu();
myContextMenu.hideBuiltInItems();
this.contextMenu = myContextMenu ;

trendsetterz
06-12-2009, 07:05 AM
Thanks for your help. :cap:

I think i'm doing something wrong than. :cow:

In KM in my movie, i pressed rightmouseclick:
-Edit frame action script
-Pasted the code above.

Pressed Ok.
Also saved the file as: rightmouse.as

:scared:

I have KM 7.

blanius
06-12-2009, 08:00 AM
make sure in the editor that you are set to AS3, Look at the bottom of the editor screen.