Window Size

When opening a swf file is there a way to control the size of the window that it opens in? Right now it opens the size window that was last used.

Bob

If you place this on the first frame of your movie, it will prevent it from scaling out to the window site, it will remain the width and height you defined.

fscommand(allowscale, false);