Loading an external .swf into a movieclip and exchanging variables between the two

Hello,
I have searched for this and I seem to be having troubles finding the answer.

Ok, lets say i have a Main.swf

within the _root of Main.swf, I load another external flash file called Timer.swf into a MovieClip titled ‘container’

Now, I lets say i want to share variables between the two. How would I do this? [SIZE=1](Like lets say Main.swf wanted to know the value for Timer.swf’s variable called xTime and Timer.swf wanted to know the value for Main.swf’s variable xtimezone )[/SIZE]

Any help, GREATLY appreciated. :slight_smile:

kutyadog