PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: micromoth on January 22, 2009, 09:56:20



Title: Does PureMVC have
Post by: micromoth on January 22, 2009, 09:56:20
Hi, I'm looking at PureMVC as the framework for all the Flash/Flex work I've got in the next year and one thing I have to look at is the communication between Flash movies. Does the PureMVC framework have any facilities for handling communication between Flash movies?
I'm thinking of creating separate Flash movies in PureMVC and I'd like to know if there is anything in PureMVC to support communication between Flash movies?

Thanks

Stephen


Title: Re: Does PureMVC have
Post by: Jason MacDonald on January 22, 2009, 10:06:17
Have a look at the multi-core (http://trac.puremvc.org/PureMVC_AS3_MultiCore) version of PMVC and the pipes utility (http://trac.puremvc.org/Utility_AS3_MultiCore_Pipes). They are for multiple flash modules communicating with each other. Also, the Fabrication utility (http://forums.puremvc.org/index.php?board=63.0) uses multi-core and pipes but gives a simpler approach to implementing them than trying to use Pipes on your own, which can be confusing.