CSS is the easiest way, IMO. For global Alert modifications, add this
to your stylesheet:
Alert {
/*backgroundGradientColors: #ffffff,#ffffff;
backgroundColor: #ff9933;
borderColor: #ff9933;*/
color: #000000;
borderSkin: Embed(source="urlToSWFOrPNG");
buttonStyleName: "myAlertButtonStyle";
}
.myAlertButtonStyle {
color: #ffffff;
rollOverColor: #ffffff;
upSkin: Embed(source="urlToSWFOrPNG");
overSkin: Embed(source="urlToSWFOrPNG");
downSkin: Embed(source="urlToSWFOrPNG");
disabledSkin: Embed(source="urlToSWFOrPNG");
}
throw in your 9-slice grids if you need to and viola! HTH...
P E A C E
Hasan