Hi,
I have some problems with fscommands. I’m currently trying to use 3 different fscommands for the projector I’m creating.
- to launch an external application when a button is pressed. This works fine!
- to disable resizing of the projector window
- 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