Full screen windows

Hello all…

hope allis well with y’all…
Got a problem with the window tha initially opens to display my flash website. It only opens up 3/4 of the way and wont display my entire interface. How do i force the screen to be fully sized, or to be sized so rtha the interface is fully viewable…

Thanks in advance…

Peace…:ninja:

you force it by:

fscommad(“fullscreen”, true);
// if you need to resize the movie to the screen
fscommand(“allowscale”, true);

if you wouldn’t make it false… :wink:
i hope it helps