There are some key HTML parameters that must be included with your applet code. If you change these settings from what you registered, your room will not work correctly. As in all HTML parameters, capitalization counts! Below you will see a description of each value.
codebase = The URL of where you download the chat code. (required)
height = This is a customized setting for the height of the chat room on your web page. (required)
width = This is a customized setting for the width of the chat room on your web page. (required)
cabbase = ParaChat Java class files (required)
roam.Group = This is the name of your Group when you signed up for your service. This is only changeable when you are running your own chat server, on your hardware. Do not modify this setting or your room will not function. (required)
Channel = This is the name of your registered chat room. The room name must begin with a "#". (required)
roam.TopRooms = This setting will enable your main room to be seen from user created and admin created rooms when there are zero users in your main room. This will also force your main and admin created rooms to display on the top of the rooms list. You only need to include a "#" with the first room name.(required)
ctrl.Roam = This setting will enable user created rooms and admin created rooms to be visible on the rooms list.
<applet codebase="http://demo.parachatpro.com/pchat/demo45/classes"
archive=pchat.zip code=ParaChat.class height=400 width=600>
<param name="cabbase" value="pchat.cab">
<param name="roam.Group" value="Your_Group_Name">
<param name="Channel" value="#Your_Room_Name">
<param name="roam.TopRooms" value="#Your_Room_Name,room2">
<param name="ctrl.Roam" value="true">