p_mcp
p_mcp

Reputation: 2801

Communication between two Flex mobile applications over a network

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

Answers (1)

Emin A. Alekperov
Emin A. Alekperov

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

Related Questions