Flex 2 - Zorn Chat Build 1 by Theodore Patrick
ZornChat is a simple chat application build using Flex2/AS3/AVM2 and the IFBIN Comet AMF Server. This example includes full Flex 2 source code for the Zorn Chat client MXML application. It uses flash.net.Socket to send Binary AMF packets to the IFBIN Comet Server.

Requires Flash Player 8.5 within the Flex
Zorn Chat and Comet AMF Example
IFBIN will be shipping other examples using Comet within Flex By Example. The Zorn Chat client is showcased within Macromedia Labs.
More to come.
Ted ;)

2 Comments:
Interesting!
Emulation? of Flex 2 Data service Messaging and that is all w/o Enterprice features!
Is IFBIN Comet AMF Server shipped commercialy?
IFBIN Comet will be available within Flex By Example. Comet is AMF over a binary socket. In a later release you will be able to sync dataProviders over Comet with a remote database. This model of data objects over socket is much faster than HTTP based Flash Remoting. Plus the pipe is 2 way and pushing data to the client is trivial. In HTTP AMF remoting, the client must request data from the server. This makes Comet ideal for streaming data sources. There will be several examples in Flex By Example using Comet.
More to come.
Ted :)
Post a Comment
<< Home