Hi,
Your product red5chat looks VERY promicing, however I've problems to set it up.
I've winXP Pro on my pc and red5 + java on it, and they works fine. However I stucked here quite hevily:
RED5 part
---------
- create the chat directory on c:\program files\red5\webapps\ - compile the JAVA and put the classes
I'm sorry if these questions sounds stupid to you, but I really do not know answers.
1. As there is quite many imports in .java I do not know how to compile it because I do not know which JAR is includes which package. I'm not using any JBuilder or similar. just Suns javac.exe... and there is 67 JAR's in RED5. Keeping in mind I'm jnot real java coder (I've just done some very simple applications), so I', not too familiar with Java. Therefore is it possible to have complete javac comand like "javac Application.java -xxxxxxxxxxxxxxxxx".
2. Then where shoud I put ready ".class"es and how about other files in JAVA-RED5 folder, where shopud I put them?
3. Do you have more specific installation introductions than install.txt
4. If I like to use yr win server to run chat, may I modify fla's.. forexample translate all texts in finish and change colurs etc
Thanks
Logged In: NO
Hi, I had the same problem it was heavy to understand how get it run!
Then the solutions ;)
First of all you have to download the apache ant server.
Create a new folder called "chat" in "e:\red5\webapps" (or similar)
Rename JAVA-RED5 folder in WEB-INF and put this into "e:\red5\webapps\chat" folder.
Change parameters in web.xml and red5-web.properties as told in install.txt file, then in the "red5\build.xml" file in the <target name="compile_demos"> section you have to copy and paste the "test" directive and change "test" with "chat".
Now from the command line launch "e:\Red5>ant server" if all is ok, java will be compiled. Start the server and cross your fingers ;)
Now change parameters in red5chat.fla and publish the movie, now you should have red5chat.swf file in FLA folder. Copy and put that in you website.
That's all, i hope it will be useful.
Bye
Logged In: NO
hey if i say D:\Programme\Red5>ant.bat
it loading loading loading many things after that i get this error
BUILD FAILED
D:\Programme\Red5\build.xml:205: The following err
D:\Programme\Red5\build.xml:221: The following err
D:\Programme\Red5\build.xml:165: impossible to res
resolve failed - see output for details
Logged In: NO
cool
i do that but it don't working . red5chat.swf is conecting to server but when i write something not appear in the chat .
i have already compiled application.java into application.class with eclise
i put all of them here
d:\program files\red5\webapps\chat\web-inf\
-application.class
-red5-web.xml
-re5-web.PROPERTIES
-web.xml
Logged In: NO
finally it is working good but when i require to somebody to private chat it not working.
The last was very interesting and helpfull. but i think i need more informations about the compile_demos part. I got a feeling that there are something wong or I made some mistakes. in my build is no part with test? have you got some ideas?