We're loading a AS2 SWF into a AS3 Container. Then we want the AS2 SWF to run a function in the AS3 container...Is this possible without a local connection?

AS that ive tried with no success:
_parent.as3function();
or
as3function();