|
|
|
How to create a sample application using Red5 and Flash
Author: Sunil Kumar Gupta | Email Website : allinone.co.nr
Advertisement
Open the red5-web.properties file and change the contextPath to sample like below
webapp.contextPath=/sample
webapp.virtualHosts=localhost, 127.0.0.1
Open web.xml file and change the display and webAppRootKey like below–
My First sample application with Red5
webAppRootKey
/sample
Now open the red5-web.xml file and change the application name likes belowsample
class="org.xyz.Application"
singleton="true" />
where org.xyz is the package structure used here. It could be replaced with actual
application structure.
lib directory will contain the jar file of our application. We will explore it later
while creating an application.
|
| | 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
|
|
|