Returning errors from AMFPHP on purpose.
- by Morieris
When using flash remoting with amfphp, what can I write in php that will trigger the 'status' method that I set up in my Responder in Flash?
Or more generally, how can I determine if the service call has failed? The ideal solution for me would be to throw some exception in php serverside, and catch that exception in flash clientside... How do…