·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]as3中flash里的图片等比例缩放的算法

时间:2014-05-29 10:19酷播
[AS3]as3中flash里的图片等比例缩放的算法,禁止缩放对齐方式用左上

[AS3]as3中flash里的图片等比例缩放的算法,禁止缩放对齐方式用左上

  1. stage.align=StageAlign.TOP_LEFT; 
  2. stage.scaleMode=StageScaleMode.NO_SCALE; 
  3. function setSize(_evt:Event):void { 
  4.      image.width=stage.stageWidth; 
  5.      imageimage.scaleY=image.scaleX; 
  6.      if (image.height<stage.stageHeight) { 
  7.          image.height=stage.stageHeight; 
  8.          imageimage.scaleX=image.scaleY; 
  9.      } 
  10.      image.x=(stage.stageWidth-image.width)*.5; 
  11.      image.y=(stage.stageHeight-image.height)*.5; 
  12. setSize(null); 
  13. stage.addEventListener(Event.RESIZE,setSize); 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器