FLEX: can I assign alpha value to skin images ?
- by Patrick
if I set an alpha value to my LinkButton component, is this applied to the skin images as well ?
If not, how can I change the alpha value of a skin image dynamically from actionscript ?
.brick {
upSkin: Embed(source="icons/bookmarkIcon.png");
}
thanks