Flash properties/right click menu. how do i disable some of the options?

when i have a .swf movie, and i right click it. a menu pops up displaying some controls. i do not want some of the controls there. such as, play, back, forward, zoom in, etc. how do i get rid of them?

Put this on your first frame.

Stage.showMenu=false;

[AS]Stage.showMenu = false;[/AS]This has been answered too many times… search.

Edit: dam you gumby, lol.*

Put this on your first frame.

Stage.showMenu=false;

I believe you can also use:

fscommand (“showmenu”, false);

hmm i tried the search but didnt know what to search for. thanks for your answer once again…

You’re welcome. :beam: