Mega Code Archive

 
Categories / Flex / Graphics
 

Set height and width of the image to 150 by 200 pixels

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Image source="logo.jpg" height="150" width="200"/> </mx:Application>