Home | Contact Us | Store

Flash ActionScript Movies Communication Example: Object Moves Between Flash Movie

This example of Flash Movies comminication demonstrate how to use LocalConnection to move object (ball) between the left Flash Movie and the right Flash Movie. It also demonstrates that a Flash Movie can both be a Sender and Receiver.

Flash Movie communicate example display here. Your flash player version is too old to see this flash receiver!
 
Flash Movie communicate sender display here. Your flash player version is too old to see this flash example!

Flash Tutorial Content:

With Local Connection you can make some interesting Flash animation effect between two Flash Movies. This example also demonstrate that a Flash Movie can use LocalConnection.send( ) to call a function in the receiver movie while you can also use LocalConnection.connect( ) to listen for any messages. If you are boring with making animation effect within a single Flash Movie, you may try using LocalConnection to connect and animate several Flash Movies.

The completed Flash Movie of this tutorial is shown as above. You may play around to see how it works.

Flash ActionScript Codes:

Almost all flash source codes on this website are free to download. In order to maintain our website, which includes the developement and maintenance of tutorials, we would appreciate your kind contribution by buying some source files at very small fee. Once we get reasonable amount of incentives from contribution or Advertisement sponsors, the source codes will be released for free to download.

Download Flash Source File:

Flash Source File Awaiting to be released.

Remarks:

This Flash ActionScript tutorial shows how to use localConnection to communicate between Flash Movies.

Flash Movies Communication ActionScript