Skip to content

How to align a flash movie to fit the screen on a scallable site

Open the .fla file with the flash movie and add to the first frame of the movie these 2 lines of action script:

Stage.align = “TL”;
Stage.scaleMode = “noScale”;

Where TL means top-left. In my case it was TR.

More tricks for flash move alignment could be found here: http://www.tutorio.com/tutorial/liquid-flash-layout

Published inCoding

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*