Groups | Blog | Home
all groups > macromedia flash sitedesign > september 2004 >

macromedia flash sitedesign : Disabling a Window for a Projector file


samuelfuller
9/7/2004 4:40:45 AM
I have managed to disable the menu for my software application using
fscommand("showmenu", false);
but I cannot find the code to disable the window that the program runs in. Is
there a way to disable the window frame that says Flash 6 across the top? Or
is this impossible?

Thanks,
Sam
derobinson
9/7/2004 8:11:50 PM
You could always go fullscreen:

fscommand("fullscreen", true);


AddThis Social Bookmark Button