PureMVC Architects Lounge

PureMVC Manifold => MultiCore Version => Topic started by: micromoth on February 05, 2009, 02:56:38



Title: Does Pipes handle communication between SWFs or is it only Local Connection
Post by: micromoth on February 05, 2009, 02:56:38
Hi,

I've been ready through the docs and forums, and one thing that isn't clear to me is communication between swfs. Originally I thought that Pipes solves this problem, but I not sure now, does Pipes allow communication between separate swfs or is Local Connection the only way?

Thanks

Stephen


Title: Re: Does Pipes handle communication between SWFs or is it only Local Connection
Post by: puremvc on February 05, 2009, 06:18:58
Pipes and MultiCore enable comminications between Flex modules or loaded swfs in the same virtual machine.

LocalConnection is used for communicating between instances of the Flash virtual machine (i.e. Multiple swfs embedded in a web page).

-=Cliff>