Hi, if i understand correctly, the following doesit: Alert.show("This is the alert text.","",4,null,alertClosed) ;
where alertClosed is an event listener... Check the asdoc for the alert.show method ;-) --- In flexcoders@yahoogroups.com, "sleblang" <[EMAIL PROTECTED]> wrote: > > I have an Alert.show() being called from a command class. I need to > detect when this Alert is closed in another mxml component (as opposed > to the command class). What's the best way to determine when it's been > closed? Does the event bubble? So far I have not been able to 'catch' > it. > > Thanks for any and all replies. >