Forget what I posted before. Update below:
I was only kidding. Just wanted to scare you
. Yup, that's it. I couldn't have been so stupid as to forget how I did this same exact thing 6 months ago. If you didn't happen to catch my previous post...I posted a solution to a non-local application (i.e. communicated between 2 different computers). You would have to use something like the $4,500 Flash Media Server or the open source Red5 Server to accomplish that. I forgot that your application was all local, so the below will work for you:
Anyway, if your sufficiently offput by the media servers...
look into the LocalConnection class which is made to do this same exact thing -- send instructions from one SWF to another. The limitation is that it has to be on the same computer. It can't be done online (as in from one computer to another via the internet). So as long as it's a local application, which I assume yours is, that will 100% do the job.
Wow, that was embarrasing. Sorry about that.
You *could* also use the External API to talk between SWFs using javascript. Since your application is unidirectional (i think), that would work too (though, might be a bit of a resource hog).
Bookmarks