Monday, August 16, 2010

Communication between two flex applications or two swfs

The best way to go is to use LocalConnection. It allows you to call methods from a seperate SWF without having to go through Javascript or a server.

Tip: if you're going to be sending arguments that are greater than about 20KB in size, you will want to split them up in two or more calls. In my experience LocalConnection calls have a limit of around that size for data.

No comments:

Freelance