i don't have a link to the movie or the fla, but i'm using the very basic local comnnection as described on the mm website
outgoing_lc = new LocalConnection();
title2 = "Add";
outgoing_lc.send("lc_display", "method_ToExecute", this.List2, title2, subtitle2, this.menu_dis);
delete outgoing_lc;
incoming_lc = new LocalConnection();
incoming_lc.method_ToExecute = function (param, param2, param3,param4,) {
display_layout.populate(param, param2, param3, param4, );
}
incoming_lc.connect("lc_display");
oldnewbie
i have to have it so that the user can have more than one browser window if they want it