tinnesda
01-13-2003, 07:22 PM
I am trying to make an application that is full screen but creates a border around the edge of the screen regardless of the screen resolution. I have created a movie clip that serves as the border.
I am using this code.
FRAME 1:
fscommand ("allowscale", "true");
fscommand ("fullscreen", "true");
var ww;
var hh;
fscommand("fas.Shell.GetScreenWH","ww,hh");
FRAME 5:
_level0.border._width = ww;
_level0.border._height = hh;
but it never seems to be lined up around the edge on different resolutions. Any ideas?
I am using this code.
FRAME 1:
fscommand ("allowscale", "true");
fscommand ("fullscreen", "true");
var ww;
var hh;
fscommand("fas.Shell.GetScreenWH","ww,hh");
FRAME 5:
_level0.border._width = ww;
_level0.border._height = hh;
but it never seems to be lined up around the edge on different resolutions. Any ideas?