Hi, A quick question about styling of Alert boxes: currently I am using CSS to ensure that all Alerts across my application have the same styles and colours. However, I now want to make the main application colours configurable via name-value pairs passed to the SWF object at initialisation, so that the same application can be used in sites with different colour schemes.
The problem is that I do not see how to easily update the backgroundColor and borderColor styles of all Alert boxes. I can set them on individual Alert instances but this isn't really convenient if there are Alerts thrown by several different classes in my application... Thanks, Iain

