PDA

View Full Version : passing variables between seperate swfs?



trax
October 16th, 2002, 05:14 PM
I am having trouble passing information from a loaded movie sitting on level1 back to the main movie. Any clues please.

Thanks
ps peace and goodwill to all peoples.:)

pom
October 17th, 2002, 04:44 AM
Please specify which version of Flash you have. The techniques are quite different. And please vote for the contest (http://www.kirupaforum.com/showthread.php?s=&threadid=7450) :)

pom :cowboy:

pom
October 17th, 2002, 04:49 AM
Oups sorry, I thought you were talking about 2 swf on the same page.

Just put _level0 in front of the variables to talk to the main movie from the loaded movie.

pom :smirk:

Voetsjoeba
June 20th, 2003, 12:25 PM
Put some vars in _root (=_level0 :)) and then use if statements to change or check for current value. Maybe this thread (http://www.kirupaforum.com/forums/showthread.php?s=&threadid=22412) can help (scroll down a bit)