|
|
|
How to create a sample application using Red5 and Flash
Author: Sunil Kumar Gupta | Email Website : allinone.co.nr
Advertisement
The above file was just to give a feel of how a server side code looks like.
Read Red5 documentation for more details on methods in AplicationAdapter class. Here
we have defined a method named sayHello, which will get user name from flash client
and will append this user name to “Hello World!” and will send back to flash client.
Now run the jar task of your build.xml file, this will compile your application
class, will generate the desired jar and will copy it to your application directory inside
Red5.
Step5:- Now we are ready with server side application, we will start with the flash
application to connect with the Red5 server.
Create a new flash document –

|
| | 1 | 2 | 3 | 4 | 5 | 6 | |
We hope the information helped you. If you have any questions
or comments, please don't hesitate to post them on the
Forums section
Submit your Tutorial at Click Here
|
|
|