Stage Scale

DescriptionActionscript snippet by - 06/07/10

Use this if you need to dynamically size your .swf file, it basically sizes the stage based on the content movie clips or graphics

Tags

stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align =  StageAlign.TOP_LEFT;
  • Share
Submitted by: Adam J Nowak
http://hyperspatial.com

Comments and Feedback