Desperate for help AS3-->AS2 localConnection

Okay guys I am losing too much hair over this. Really hoping some kirupa genius can shed some light on this. Heres what im trying to accomplish:

An as3 .swf wrapper in domainA loads an as2 .swf from domainA and an as3 .swf from domainB. I had a bit of difficulty making this work as all of the files in the domainB movie had to have Security.allowDomain("*") in order to work. But i got it and its working great.

Now I want my as3 .swf from domainB to call a function in the as2 .swf on domainA. I have tried using a local connection to no avail. I continue to get the error:

Error #2044: Unhandled StatusEvent:. level=error, code=

In my searching it seems this is often related to the allowDomain…

I have tried lc.allowDomain(""), lc.allowInsecureDomain(""), lc.allowDomain(“domainA”)… no help

I tried specifying sendLC.send(“domainA.com:Connection”, “Method”)… no help.

Ive even tried gskinners SWFBridgeAS3 utilities and not been able to get anything to pass between these friggin movies!!!

Any help would be very appreciated!