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
Be First to Comment