View Single Post
  #9 (permalink)  
Old 07-15-2007, 02:33 PM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Misc. Questions...

You can custom the message box by handling the onExpired event of the Application.Expiry object. However, you cannot use the Dialogs object to show a message box with only a "Cancel" button, as there is no such a type of message boxes in the Windows system. Hence, you will have to use the Form object to do that, shown as the attached sample, which must be opened in swfkit pro.
Reply With Quote