|
||||||
|
||||||
Tutorial - Communication between Flash Movies: Part 2

Free Flash / JavaScript Tutorial
Step Two: Creating the Second Flash Movie - Pop Up 1
Cross Reference: If you do not know how to make a simple animation, there are several animation tutorials in the beginners section such as: Tweening
receiver = new LocalConnection();
receiver.doAction = function(doThat) {
if (doThat == 2) {
getURL("javascript:self.close();");
}
};
receiver.connect("myConnection");
|
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
|
|
|

Webwasp is Phil Schulz's baby. You are welcome to contact me or become my Facebook friend:
Click here
All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.
|