I have two swf's uploaded to my server (remote1.swf and remote2.swf)

I have a local swf (local.swf) that I am using to load these two remote files.

Within all three swf's are global functions. remote1.swf can call global functions located in remote2.swf and visa versa, but neither of them can call functions to local.swf

Any ideas?

I have added System.security.allowDomain("______.com"); to all files, but still no luck.