PDA

View Full Version : disabling the right click menu....possible?


dangerpest
01-30-2001, 05:36 PM
Hey gang,
Anyone know of a way to disable the right click menu in a .swf? I know you can set showmenu=false but the "about flash player" still shows up. thanks in advance.

-DP

Strok
01-30-2001, 05:46 PM
Yes you can do it

(in HTML)
You can use
<PARAM NAME=menu VALUE=false>
inside tag <OBJECT> for IE

and
menu=false
inside tag <EMBED> for NN

OR

FS Command ("showmenu", "false") to disable right clicking
and if you want to see just few options on right clicking go to
file/publish settings/swf and check "omitting trace actions".