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=320 HEIGHT=240>');
}
else
{
document.write('<APPLET CODEBASE="/" CODE="VgsStream.class" WIDTH="320" HEIGHT="240 ">');
document.write('<PARAM NAME="video" VALUE="/">');
document.write('<\/APPLET>');
}
</SCRIPT>

<!-- visionGS Stream Code End -->