Hello AFCS ( bye Cocomo ) ! Simple user authentication with Adobe Flash Collaboration Services
Par Erick, Samedi 31 janvier 2009[ 05.03.2009 : Update : Cocomo is now called Adobe Flash Collaboration Services / AFCS and 0.9.1 was released with some bug fixes and a new namespace ]
(Translated from French tutorial on FlashXPress )
In this first application example, we will build, or rather “assemble”, a videoconferencing application including a chat tool, shared notes and a file sharing manager. For this we’ll use some “pods” , the highest level components of the Cocomo AFCS framework.
One of the most important component in a Cocomo AFCS application is the session manager. It will be in charge of communicating with Cocomo AFCS server, user authentication, connection management, data synchronization, and even more…
Two components in the framework can do this job: ConnectSessionContainer and ConnectSession (both implement com.adobe.rtc.session.IConnectSession).



