6/26/2010 11:39:58 PM
Title:
How to show a confirm box?
How to show a confirmbox like something to get a user input in Adobe AIR.?
6/27/2010 12:38:41 AM
you can use Alert for that , In alert window you can show the buttons like OK, Cancel and attach the click handler to them . So you can get the user input whether user clicked ok or cancel. Let me know if you need code for this