I’ve got a flash movie i’m publishing to a MS Projector .exe file, and I want it to run full screen by default for all desktop resolutions, rather than in the windowed browser. Anyone know how to set this up??
Put this on the first frame:
fscommand(“fullscreen”, “true”);
fscommand(“showmenu”, “false”);