Remove top part file and flas logo in projector

hi

i want my fash file to be full screen and to only show
the swf
how do i loose the top part

i’m trying

fscommand(“fullscreen”, true);
fscommand(“showmenu”, false);

but it isnt working’
thanks

andrew

I don’t have the link off the top of my head, but there is a tutorial on www.kirupa.com called something like “Chromless window”. I believe it details that type of effect.

fscommand(“fullscreen”, true);

does work with projector files. make sure you are publishing the projector file (.exe)

edit: if you don’t actually want to use projector files, the chromeless window is an option.

http://www.kirupa.com/developer/flash5/borderless.htm

thanks