![]() ![]() ![]() ![]() |
Table of Contents |
This is a demonstration of the WebVolanoChat applet that embeds the chat room directly in the Web page. Surrounding this element with your own HTML elements, including graphics, animation, and even other Java applets allows you to create a completely brandable and customizable interface.
The WebVolanoChat applet has an additional parameter not available with the VolanoChat or MyVolanoChat applet:
title
public
parameter that is available with the MyVolanoChat applet.Figure 1: WebVolanoChat entrance.
The applet tag that embeds the applet shown above is:
<applet codebase="vcclient" archive="COM/volano/WebVolanoChat.jar" code="COM.volano.WebVolanoChat.class" width="500" height="300"> <param name="cabbase" value="COM/volano/WebVolanoChat.cab"> <param name="color" value="#FFFFFF"> <param name="group" value="Web Room Demo"> <param name="text" value="english.txt"> </applet>
When the visitor enters a name and optional profile and clicks enter
, they enter the embedded chat room which looks like:
Figure 2: WebVolanoChat applet chat room.
Additionally, you can use this applet with dynamically generated Web pages to place your visitors directly into a chat room without any initial prompting at all by simply filling in the username and profile parameters with their corresponding values for that visitor.
The following tags will place the user "chatlover" with the profile "I love VolanoChat!!" directly into the room, bypassing the WebVolanoChat entrance.
<applet codebase="vcclient" archive="COM/volano/WebVolanoChat.jar" code="COM.volano.WebVolanoChat.class" width="500" height="300"> <param name="cabbase" value="COM/volano/WebVolanoChat.cab"> <param name="color" value="#FFFFFF"> <param name="group" value="Web Room Demo"> <param name="text" value="english.txt"> <param name="username" value="chatlover"> <param name="profile" value="I love VolanoChat!!"> </applet>
".![]() ![]() ![]() ![]() |
XHTML 1.0 | Table of Contents |