Mega Code Archive

 
Categories / Flex / Graphics
 

Resize Image to exact height and width

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Image id="image1" source="@Embed('logo.jpg')" width="250"         height="100" maintainAspectRatio="false" /> </mx:Application>