11/30/2009 7:27:06 AM
Title:
how to embed icon file in flex 3
How to embed icon file(.ico) in flex 3. give me a sample one to load icon file (.ico) in Button or image controls.
11/30/2009 7:58:37 AM
icon files are not supported by flash or flex. you can use jpeg, png or gif as icon. To do that simply set the icon property in button control
icon="@Embed(source='iconForButton.jpg')"