Red5 and Flex Basics Part 1 - Keep Track Of Users
In this video I am going to show you the basics of starting your first Red5 java application and we will use Flex to talk to the server and the server will keep track of a list of users that are logged in to the application. As soon as a user closes there browser or leaves the applications page the user will be removed from the applications list of users. This is really helpful for building applications where users are interacting with other users. This could be a Chat or Video application or even an online game where users can play against each other.
Before you can start you will need a couple of things installed. Eclipse with Flex Builder plugin, The Java EE development environment, and finally the Red5 Server Plugin for Eclipse. In the video I will explain a little bit about why you need this setup and where to go to get it but I will not cover installation at all.
I hope you guys enjoy and let me know if you have any questions.
Also included is the source files. Red5Tut.zip Red5TutClient.zip

hi
I finally managed to get the red5plugin working under winxp thanks to red5 mailing list : not as easy as macosx !
http://robsilverton.wordpress.com/2008/10/13/getting-up-and-nearly-running-with-the-red5-eclipse-plug-in/#comment-163
Now your application is working on my computer and thanks to your screencast, i understand all the code ! great work
jérôme
@g Thanks for the kind words. I have heard a lot of issues with getting things working on XP. OS X seams to be the way to go. I just wish that they would put out new releases to OS X at the same time as everything else.
Look for a new tutorial soon. I have learned some new stuff that will make the above tutorial work even better.