This I use for skinning my buttons
mx.controls.Button.prototype.falseUpSkin = “BlueButtonUpSkin”;
How can I get this to work on the buttons inside the alert component. ??
Ive tied this:
mx.controls.Button.prototype.Alert.buttonUp = “BlueButtonUpSkin”;
Have a nice day