MPEG4Viewer.SetStill(1);
}
}
</SCRIPT>
<BODY STYLE="font-family:sans-serif;" onBeforeUnload="stop_click()" onload="play_click()">
<font size="6"> SAMPLE TEXT </font><br>
<OBJECT ID= MPEG4Viewer"
WIDTH = 641
HEIGHT= 481
CLASSID="CLSID:B5F92E48-2ABA-48AB-91A9-7B126691FE2F"
STYLE="border-style:solid;border:1px;border-color:#ffffff;">
<PARAM NAME="IP" VALUE="192.168.0.2">
<PARAM NAME="HttpPort" VALUE="80">
<PARAM NAME="DispWidth" VALUE="640">
<PARAM NAME="DispHeight" VALUE="480">
</OBJECT>
<form name="myForm">
<table><tr><td>
<INPUT TYPE="BUTTON" NAME="still_btn" VALUE="Pause" onclick="still_click(this)"></td><td>
</tr></table>
</form></BODY></HTML>
For VN-V26, modify CLASSID and CODEBASE lines as below.
CLASSID="CLSID:44AAD243-8BCF-44E8-9EC5-2C3C746CFCAF"
CODEBASE="./v26m.cab#version=1,0,1,0">

10.5. Notes

- Enable the JPEG/MPEG-4 frame size that you want in Encoding page of VN-V25/26.
- Start Multicast stream on VN-V25/26 Web page to use Multicast. The ActiveX does not send request to
VN-V25/26 for starting Multicast stream.
- Set unique Multicast address and port to each Multicast stream if multiple multicast streams are
required.
- Reload of ActiveX is required to change Multicast property.
11. Customizing VN-V26's Built-in Audio Client
83