Monte Chan
Monte Chan

Reputation: 1203

How to display an Alert box without any buttons in ActionScript 3?

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.

Upvotes: 0

Views: 362

Answers (1)

Panzercrisis
Panzercrisis

Reputation: 4750

You may just have to make your own alert class. It shouldn't be hard though, since those things' graphics are so primitive and bare.

Upvotes: 1

Related Questions