I get error "status: Exception while connecting. Server down, firewall config or fil-URL applet."
I do have a paid account, and was trying to install a free java chat program on my site. However, I'm not sure what I am doing wrong.
<APPLET CODE="chat.ChatApplet" ARCHIVE="
http://www.tpgames.net/chat/VisualChat/webserver/chat.jar"
CODEBASE="
http://www.tgames.net/chat/VisualChat" WIDTH=520 HEIGHT=400>
<PARAM NAME="CabBase" VALUE="chat.cab">
<PARAM NAME="Port" VALUE="5555">
<PARAM NAME="Room" VALUE="Lobby">
<PARAM NAME="DemoMode" VALUE="FALSE">
</APPLET>
How I installed it was installed everything on my desktop, and then uploaded everything onto the site. The chat works if I use their applet to go to their server's hosting site. But, I want to use my own website space so that I can customize everything myself, and save using their webserver.
Here's the link to their site with info on installation which totally confused me:
http://www.weirdoz.org/visualchat/embed.htmlI did not understand where to put any of those codes.
Thanks!