No problem to integrate with vb.3.0.3
*klicks install
Maybe one small hint for users who still own a sigmachat for a longer time:
Code:
<html>
<head>
<title>Chat Room</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#0000ff">
<applet codebase="http://client1.sigmachat.com/current/" code="Client.class" archive="scclient_en.zip" width=680 height=480 MAYSCRIPT>
<param name="room" value="XXXXX">
<param name="cabbase" value="scclient_en.cab">
<param name="USERNAME" value="$bbuserinfo[username]">
<param name="autologin" value="yes">
</applet>
</body>
</html>
The default Url is <applet codebase="http://client
1.sigmachat.com/current/
It took me 10 minutes to realize that my "old" chat lies on: :ninja:
codebase="http://client
0.sigmachat.com/current/
Maybe that helps, before that I got the message "This chat is closed"
joergh