all groups > flash (macromedia) > june 2006 >
You're in the

flash (macromedia)

group:

fscommand doesn't work


fscommand doesn't work sotoodeh
6/24/2006 1:53:04 PM
flash (macromedia):
Hi everybody

I use [b]fscommand("showmenu",false);[/b] in my file and it works well, but when i load this swf by asp, fscommand doesn't work. why?
How can I disable menu in this case?

Re: fscommand doesn't work Zaki
6/24/2006 4:18:31 PM
Hi,
You can disable the menu with another actionscript function or in the Flash
parameters.
For example in Dreamweaver, click on you flash movies, go to parameters and
add "showsmenu" -> false.

or with actionscript add this in the 1st frame:

var myMenu:ContextMenu = new ContextMenu();
myMenu.hideBuiltInItems();
_root.menu = myMenu;

Let me know if the 2 methods work for you.
Waiting to your answer...

Zaki


"sotoodeh" <webforumsuser@macromedia.com> a écrit dans le message de news:
e7jg40$fek$1@forums.macromedia.com...
[quoted text, click to view]

Re: fscommand doesn't work sotoodeh
6/25/2006 12:00:00 AM
Thank you Zaki.
AddThis Social Bookmark Button