[quoted text, click to view] advance scout wrote:
> Is there a good way to check for screen resolution and change the movie size
> accordingly?
>
>
make the movie 100%x100% then you can either set scale=true and let it
do it automatically, or use Stage.width/height to resize a movieclip.
HTH