I want to send an image between two client/server in Adobe AIR, is there a way to do that, and if there is then how?
Share
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.
Convert the Image to a byte array and send it via AMF.
If the server is php:
http://codeigniter.com/wiki/AMF_Flash_Remoting_with_Zend_and_CI
If the server is another Adobe Air app, then it should handle AMF out of the box.
Heres another tutorial:
http://blog.aboutme.be/2011/06/09/airserver-handling-both-sockets-websockets-in-adobe-air/