Hello Kirupians,
I’m wondering if any of you gurus could tell me about the possibilities of communication between two .swf’s. I’m used to using localConnection, which works great in many situations, but I’m wondering if there are any other options, or better ways.
Both .swf’s have their own document classes as their entry point.
The scenario is this: I’m building five different applications, and all five end up on the same, rather complex and webshop-like endpoint. As I don’t want to build the last one five times, I’ll have all five apps load the same shop swf, which then becomes a child on top of the original app.
How would you design the interaction between those?
Thanks!