Hello. I'm trying to skin a button with images.
i added the following css code:
.muteVolumeButton {
upSkin: Embed(source='images/sound-mute.gif');
overSkin:Embed(source='images/sound-hover.gif');
downSkin: Embed(source='images/sound-on.gif');
disabledSkin: Embed(source='images/sound-mute.gif');
}
when the button is clicked i can't see any images. any ideas ?