Sending Variable From Flash To Flash (swf To Swf)

I want to send a variable from one flash movie (movie1.swf) to another file (movie2.swf) using

loadMovieNum("movie2.swf", 0);

Now I would like to send variable1, variable2, variable3 etc from movie1.swf to movie2.swf, How should I do it?:hoser: