Reputation: 2801
I have two mobile devices on a local network, A and B. I would ideally like A to be able call functions on B, returning a response to A.
I am aware of LocalConnection, but unfortunately this isn't supported on mobile. What is the best way to achieve this? Do I have to setup B as a server using BlaseDS?
Upvotes: 0
Views: 334
Reputation: 1067
You may use p2p. I think this article would be helpfull to you. It is about p2p interaction of swfs on a local network.
Upvotes: 2