I have a flash site where users can save their profile
details. When they click saveBtn it invokes a save.php script that
saves their data to mysql database... however...
sometimes and only occassionally it appears to take a long
time for the save.php script to get triggered by the sendAndLoad.
When this happens the profile doesn't get saved.
Is there a way to tell if a php script has been successfully
executed like an onError event?