In ActionScript 3, by default, the Alert box has an OK button. How can I display an Alert box without any buttons (not even the OK button)?
In my application, the Alert box would close on its own when a row is on blur. My client does not want the OK button to be there.