is it possible to call a function in flex from the php side of AMFPHP?
For instance, and error is thrown in php, can i “listen” for it in the flex app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No; AMFPHP operates on the request response model. So, the client must request something from a server. The server cannot push information to the client.
To push data from the server to the client you need a server that supports it. LiveCycle DS is one option. GraniteDS is another.