I used FSCommond in flash to disable menu and others. It works perfectly with .swf. but in HTML which is published by Flash FX, everything disabled in .swf just shows up again. Why? and how to fix it? need your help. thanks.
which FSCommand are you using and where? Timeline, MC, etc.
thank u, bladeMX.
I use a simple code like this on first frame of a movie:
fscommand(“showmenu”, “false”);
it works with .swf, the menu items were disabled if played in flash player. but with html, nothing changes both online and local.
what I ve done wrong?
can anyone give me some more suggestion with the problem i mentioned above?
search these forums for “hide menu” or something along those lines because i’ve seen a few topics already on this…
Some FSCommands wont work with html and with Flash Mx there isn’t a way to totally get ride of the menu… you’ll always have the Settings and the About section but everything else you can get rid of…
Just search around
thanks. i will.
it’s done, simple as that:
Stage.showMenu = false;
i finally found out, just attach above code to a frame. and i am happy.