Not Even Sure how to Explain this... Disable right click maybe?

Hey,

So in advance I want to say I am sorry for how this sounds, but seriously, it’s the best I can do.

What I have is a menubar movie clip located at the bottom of my HTML page which can expand and contract if a user clicks on the top of it, it will expand. If the user clicks away from it, or clicks on the top again, it will contract.

Because of the problems with wmode = transparent in Firefox, I set the thing inside of some div tags, and calling JS functions from my AS code, I expand and contract the div tags. All of this is working great.

Here’s my problem though. If a user right clicks on the movieclip and then left clicks away from the movie clip, the swf does its expand, but it does not expand the div tags. Then, the way I have found to fix it is to again right click in the movie clip, then left click away from it and it shrinks back down and everything will be fine and dandy. I have “Stage.showMenu = false;” in my AS code, but that is not totally eliminating the context menu. Would it be possible for me to totally disable users from right clicking on my movie clip? Or are there any solutions out there that may be better?

Thanks a ton,

–D :puzzle:

Edit: Yes, I have searched google, but nothing is working :frowning: