Posts

Showing posts with the label flex

Alert/ Dialog box in AS3

Alert/ Dialog box in AS3 I am working on a app using Adobe flash Builder which should pop up a Alert window once a particular event has been triggered. Another event needs to be called when the Alert box is closed. But I do not see the Alert class in mx.controls library. It seems like the class (which existed in AS2) has been removed from AS3. Is there any other way to accomplish the same functionality? Thanks, Pritesh You are mistaken. Alert has never been removed. – RIAstar May 16 '12 at 15:59 Alert Maybe. can you please post some links or examples on Alert in AS3? – 22kar May 16 '12 at 16:21 Pure AS3 doesn't have alert it's a Flex component. After ...