Flex Image 自适应

<mx:Image id="img"	
		  maintainAspectRatio="true"
		  scaleContent="true"
		  horizontalCenter="0"
		  verticalCenter="0"
		  source="{source}"/>
在加载完图片后
Bitmap(img.content).smoothing = true;
img.percentHeight = 100;
img.percentWidth = 100;

posted @ 2011-04-01 12:56  骨头  阅读(1556)  评论(0编辑  收藏  举报