Web Design Resources & Tutorials to help you design the best website!
Here is a simple Instant message client that uses Coldfusion, Flex and Livecycle. To set it Up you need first to go in your coldfusion admin panel and go to Event Gateway then Gateway Instances and create a Gateway ID of InstantMessage. Also make sure to hit run after you create it.

Now it takes about 8 seconds for the message to go from one box to another but that can be brought down if you change the services-config file which is under wwwroot/WEB-INF/flex. Look for
<polling-interval-seconds>8</polling-interval-seconds>
change 8 to 1.
Here is what it looks like

Here is the Zip File, you can just import it in eclipse. Also You need to Run this and not do it in Debug( no idea how to fix it). My workspace under wwwroot

Hottest Posts