Hey guys,
I wanted to see if I’m right on this. I have a swf that’ll load in 3rd party swfs. These swfs are loaded into their own ApplicationDomain for security issues. However, theres some functionality and data from the main swf that I would like to expose to the 3rd party swfs. I’m looking at the SharedEvents class and even the LocalConnection class. But I’m looking for a more direct single call request/response approach (ie x = function() instead of dispatching a request call and then listening for a response. Anyone know of a way I can do this or if this is even possible? Thanks