General fscommand help needed

Hi,
I have some problems with fscommands. I’m currently trying to use 3 different fscommands for the projector I’m creating.

  1. to launch an external application when a button is pressed. This works fine!
  2. to disable resizing of the projector window
  3. to hide the window title bar (close button etc.)

Unfortunately only the first one works.

I tried:

fscommand(“allowscale”, “false”);
fscommand(“showmenu”, “false”);

but where do they belong? As they affect the whole movie where should I put them?

Hopefully somebody can help!

Thanks
macx