8/26/2010 9:38:20 PM
Title:
send message
I want to send a message from my machine to another machine in Adobe AIR.
Can anyone provide me an example.
8/26/2010 9:51:41 PM
there is no direct way to send message , you need to use some server technology for that.
You can use FMS server for that and use sharedobjects to send and receive messages.
8/26/2010 10:01:20 PM
Can we create a simple server using Adobe AIR?
8/27/2010 2:49:36 AM
Adobe AIR is a client application building software , not for creating a server. Its not a server technology. you can create a service using asp or php on server and ping that service after certain interval(say 10 sec) to exchange data between AIR applications on different systems if you dont want to use FMS. However this method is not so efficient and should be used for small data communication only .