> Have swf1 tell Director to tell swf2 to do it? > > (have a handler in Director to be the intermediary)
Or if you're in Director MX or MX 2004, and you're authoring your SWF files using Flash MX or MX 2004, then just use a LocalConnection object in each of your SWF's, give them separate names and send messages back and forth directly between the two, avoiding Director as an intermediary altogether. Here's a demo doing exactly this (having SWF's talk to each other using LocalConnection objects): http://poppy.macromedia.com/~thiggins/flash_integration/localconnection_simp lechat/index.htm Source code provided at the link above so you can see how it's all done. Cheers, Tom Higgins Product Manager - Director Team Macromedia ... [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
