[flexcoders] Anything other than a JS alert can delay a window close?

2008-12-09 Thread wkolcz
Pretty much what I asked in the subject line. I need Flash to submit to a 
database before the window closes and the flash instance dies. 

Don't think that a pop up (alert) is an option for our sites. 

Using JS and ExternalInterface to communicate with flash (AS) to push to a 
HTTPRequest data to insert.

ANY ideas? Any?



RE: [flexcoders] Anything other than a JS alert can delay a window close?

2008-12-09 Thread Tracy Spratt
Use javascript and XMLHTTP to update the database instead of Flex?

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of wkolcz
Sent: Tuesday, December 09, 2008 5:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Anything other than a JS alert can delay a window
close?

 

Pretty much what I asked in the subject line. I need Flash to submit to
a database before the window closes and the flash instance dies. 

Don't think that a pop up (alert) is an option for our sites. 

Using JS and ExternalInterface to communicate with flash (AS) to push to
a HTTPRequest data to insert.

ANY ideas? Any?