Context Menu kink

Hi,

I am using a customised Context Menu which works great.

When using a Projector file (exe, or the swf actually) in full screen mode the customised Context Menu works great and everything is hidden as planned.

When full screen is exited the tool bar at the top appears (File View Control Help) allowing people to zoom, showall, play, rewind etc etc, but the customised Context Menu still works fine.

using Stage.showMenu=false; - disables the customised Context Menu, but hides the toolbar, so no good.

using fscommand(“showmenu”, “false”); - disables the customised Context Menu, but hides the toolbar, so no good.

hideBuiltInItems(); is being used but is disabled using any of the two methods above.

I want the toolbar to disappear basically and still use my customised Context Menu.

Any ideas,

Thanks in advance