Hi All
I have to show three buttons in one single page. Like this
<s:Button
id="fb" label="Facebook" skinClass="skins.FacebookButtonSkin" />
<s:Button id="twitter" label="Twitter" skinClass="skins.TwitterButtonSkin"/>
<s:Button id="linkedin" label="LinkedIn" skinClass="skins.LinkedinButtonSkin
"/>
Each like facebook, twitter, linkedin. For that I created separate
skinclass for each of the buttons.
Each skinclass has separate image to be skinned over the button. Like this
<s:BitmapImage
source="@Embed('assets/FacebookButton.PNG')"
height.disabled="
21"/>
Does anybody know how to use single skinclass and use three different
images for the three buttons.
Thanks
Nitin Gopi
--
You can only depend on yourself. The cavalry ain't coming.
--
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.