Flash ActionScript Movies Communication Example
ICQ Message Boxes
This example of Flash Movies comminication demonstrate 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:
The upper Flash Movie (Kathy Message Box) and the lower Flash Movie (Alex Message Box) are actually two seperate Flash Movies. We simply use Local Connection to create communication between them. This example 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.
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:
Awaiting to be released.
Remarks:
This Flash ActionScript tutorial shows how to use localConnection to communicate between Flash Movies.