Thanx in advance.
I tried using a localConnection but it didnt seem to work.
I got
ActionScript Code:
my_lc = new LocalConnection();
my_lc.send("_myLocalConnection", "recievedValue", "Close");
on My loaded movie's last frame
and...
myReceiving_lc = new LocalConnection();
myReceiving_lc.connect("_myLocalConnection");
myReceiving_lc.recievedValue = function(Close) {
gotoAndPlay("close");
};
on my main movie's frame where the movie is loaded
For the external swf, place the code
theVariable = true; //your variable here
On the main swf, place the code
if (//path to swf variable == true){
//do something)
}
#If you have any other info about this subject , Please add it free.# |