PDA

View Full Version : FS Command Showmenu false


Ramanisky
12-19-2002, 03:03 AM
Ok....I insert this actionscript into the first frame of my timeline..........fscommand "showmenu" "false".............Now when I play the swf file in the stand alone player this actionscript works fine however once i place the swf into an html file and play it in either explorer or netscape the right click drop down menu appears.........I just dont get it. I even tried this script <PARAM NAME=menu VALUE=false> in the parameters box in Dreamweaver...........nothing seems work......HELP PLEASE!!!

binkyboo
12-19-2002, 07:59 AM
Try this:

Stage.showMenu = false;