i'm trying to hide the menu and prevent scaling, and it works fine if i publish a projector file, but if i publish an html, it won't work.

fscommand("allowscale", "false");
fscommand("showmenu", "false");

is on the first frame of my main movie. any thoughts? thanks.

Brian