Sample Application: Lobby And Audio Conference
Description
The lobby sample application provides a demonstration of
several key features, all implemented as Components. The connection Component
lets you login by clicking Login/Change to specify a username, this will then
let you use all the other features of the application. A chat window lets all
users logged in chat with each other and has basic features such as URL highlighting,
and colored text for each user. A list of users is shown next to the chat that
will display the username of any logged in user. The room list lets you create
your own room, delete an empty room, and join an existing room; it also displays
how many people are in each room. Clicking on Join Room will open a selected
room in a new window. The sample_room you are taken to is an example of how to make
a simple destination application that is linked to from the room list Component.
Key features
SimpleConnect Component for easy connection management to the Flash
Communication Server MX. Chat, PeopleList and RoomList Components that provide additional
enhancements to this application without having to manually add any code. The sample_room
application also makes use of the AudioConference Component.
Click sample_lobby.html to begin (note: Using the join room feature only works properly when the files are loaded via a web server as apposed to being launched from the local file system).