Living Icon : Applet and Navigator Streaming support

You can use our online wizard to create the html code.

<!-- visionGS Stream Code Begin -->

<SCRIPT language="JavaScript" type="text/javascript">
BN = navigator.appName;
if (BN == "Netscape")
{
document.write('<IMG SRC="/video/icon" BORDER=0 WIDTH=32 HEIGHT=32>');
}
else
{
document.write('<APPLET CODEBASE="/" CODE="VgsStream.class" WIDTH="32" HEIGHT="32">');
document.write('<PARAM NAME="video" VALUE="/">');
document.write('<PARAM NAME="icon" VALUE="yes">');
document.write('<\/APPLET>');
}
</SCRIPT>

<!-- visionGS Stream Code End -->