本項は歴史的事項を説明しています。本項の内容の一部または全部は、現在の状況とは異なるかもしれません。
(なお本項の内容の一部または全部は、互換性または歴史的連続性のために現在も有効な場合もあります。しかし新たに利用することは避けるべきです。)
// ブラウザがInternet explorer の場合は、ActiveXで表示
if (navigator.appName.indexOf("Microsoft Internet Explorer") == 0)
{
document.write('<OBJECT WIDTH=320 HEIGHT=240 ID="Video" CLASSID="CLSID:C520D71D-9ACB-11D5-9221-0048545CF4D6">');
document.write('<PARAM NAME="URL" VALUE="http://riversrv.town.shimoichi.nara.jp/push.htm;0?scrw=1280&Video_Source=0">');
document.write('<PARAM NAME="txtNoVideo" VALUE="No Video">');
document.write('<PARAM NAME="txtTipRClick" VALUE="右クリックで保存メニュー">');
document.write('<PARAM NAME="txtTipSave" VALUE="保存中...">');
document.write('<PARAM NAME="txtTipIdle" VALUE="右クリックで映像表示メニュー">');
document.write('</OBJECT>');
// ActiveXの起動
document.Video.Start();
}
else
{
//Internet Exploere 以外はプラグインで表示
document.write('<EMBED type="video/x-nficwmh263" src="http://riversrv.town.shimoichi.nara.jp/push.htm;0?scrw=1280&Video_Source=0 noinput=1" ismap="ismap" width="3.0" height="240" align="left" pluginspage="plug_nn.html">');
}
<EMBED type="video/x-nficwmh263" src="http://10.11.1.221/pushall.htm;0?noinput=1&exclusive_camctrl=1&zzw=12" width=320 height=240 align="center"></EMBED><BR>
<…type=…>
If the video algorithm is JPEG or MJPEG, use “video/x-nficwmjpeg”. If it is H263, use “video/x-nficwmh263”.