Stream : 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/jpeg" BORDER=0 WIDTH=176 HEIGHT=144>');
}
else
{
document.write('<APPLET CODEBASE="/" CODE="VgsStream.class" WIDTH="176" HEIGHT="144">');
document.write('<PARAM NAME="video" VALUE="/">');
ocument.write('<PARAM name="error" value="/error_small.jpg">');
document.write('<\/APPLET>');
}
</SCRIPT>

<!-- visionGS Stream Code End -->