Hi, I am using a image as icon for a button. Its a plus sign. I don't have much knowledge abt resizing images. I think there is background box for the image and the actual image/ plus sign appears in the middle. I want to resize the box size. When I use height and width of mx:button the plus sign does not appear to be in the center. How can I resize the box around the plus sign.
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:VBox> <mx:Button icon="@Embed('plus2.gif')" /> </mx:VBox> </mx:Application> How can I attach the image? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

