Is possible to make a “push”, initiated by a server, to send data down to a Blackberry playbook application?
If so how is this best implemented in Flex/Actionscript? ie. How do we capture this on the client?
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.
You’ll need to use a server that has push technology like BlazeDS, GraniteDS, LCDS, Wowza Server, FMS, etc. Although BlazeDs and GraniteDS isn’t ‘true’ push (it’s long polling), it should be more than adequate for 99% of all projects, plus it’s completely free to use.
On the Flex end, you only need to setup the consumer to point to the AMF channel (your server) for it to work: