I’m trying to access a shared object created by one flash application from another flash application. Is this possible? If so, what do I need to do?
If not, are there any other ways to share the information between the applications?
Any help you can give is greatly appreciated.
For anyone else looking for the answer, multiple applications CAN access a single swf. You just have to be sure you use the optional localPath argument on your getLocal method call. eg:
We used /, but you can use any directory you’d like. Just make sure all your applications use the same one.