Hello.... I have 2 diffrent flash movies.

menu.swf <<This is a menu on the left hand side of my site
thumbs.swf <<This is a thumb viewer in the middle...


Now the menu.swf has 3 buttons and I would like it to pass the code over to thumbs.swf but im not sure how... this is the code each button contains

on(release)
{
_root.thumbsmc.switchGallery("structure.gallery.0" );
}

on(release)
{
_root.thumbsmc.switchGallery("structure.gallery.1" );
}

on(release)
{
_root.thumbsmc.switchGallery("structure.gallery.2" );
}


Now, I know I have todo something with the ""LocalConnection Object"" But I am pretty new to all this and would aprehsaite any help that anyone can supply. Thank you

~Mike