PDA

View Full Version : right-click


mike0372
10-24-2003, 04:19 PM
hey guys,

i was wondering if anyone would know how to remove the options in the right-click menu (zoom, play, loop...)?

for some strange reason i can't seem to find this info in any books or websites.

thanks in advance,

m.



Moved to the General - General Help forum
Please state what your working environment is and
please post in the right forum

baby_annie
10-25-2003, 04:02 AM
Use can do that using fscommand, try a search in Flash Help(F1) for details.
Put this line below in frame 1 in the main Timeline:

fscommand("showmenu", false);

mike0372
11-04-2003, 12:33 PM
merci baby_annie.

i'll try this out!

m.

mike0372
11-04-2003, 04:56 PM
hi,

i've tried it & it works fine for "stand alone" players. however, my swf file is included in a html page & the "fsCommand" doesn't work.

what else should i do or how can i modify this script for it to work?

thanks in advance,

m.

tg
11-04-2003, 05:01 PM
try this on the first frame:
(mx)

Stage.showMenu=false;


i think...

mike0372
11-04-2003, 05:07 PM
thanks tg.

i tried it & it didn't work.

would you have any other suggestions?

thanks again,

m.

tg
11-04-2003, 05:38 PM
hmm.. worked for me, now if your trying to get rid of macromedias popup menu altogether, thats not possible... but you should get it down to just settings and about...

mike0372
11-04-2003, 05:49 PM
ah great!

i was entering it in "normal" mode. coping your script directly in "expert" mode worked.

thanks again for your help,

m.

tg
11-04-2003, 07:07 PM
turn off the normal mode... thats bad stuff. if you can find the expert mode button, your expert enough to use it. heh.