Articles taggés ‘interactivité’

Interfaces tangibles : le futur du multitouch

Par Fabien, Lundi 4 mai 2009

audipad tangible interface
Le temps du touché est arrivé. Windows Surface, les initiatives comme NUIGroup, les PC Tactiles HP, le trackPad Apple, l’IPhone… Le multitouch est partout. On peut imaginer que lorsque tout ce beau monde se sera mis d’accord pour normaliser la gestuelle (bon courage les gars !), il faudra bien repenser nos habitudes à la maison !
(Lire la suite…)


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).

Cocomo connection

(Lire la suite…)


Utiliser le DragManager de Flex ( 1ère partie )

Par Erick, Samedi 13 décembre 2008

Les composants d’affichage de listes ( List, DataGrid, TileList … ) intègrent un mécanisme de drag’n'Drop natif très simple à utiliser.

La classe DragManager permet quant à elle de définir des comportements de drag’n'drop avec n’importe quel composant graphique Flex.

Flex DragManager

(Lire la suite…)