![Artec MULTIEYE Скачать руководство пользователя страница 180](http://html1.mh-extra.com/html/artec/multieye/multieye_user-manual_2977356180.webp)
MULTIEYE Usermanual
180
© 2008 artec technologies AG
Example HTML Code:
<HTML>
<HEAD>
<Script Language="JavaScript">
var picready = 1;
var Opera = 0;
var timerID = 0;
var piccounter = 0;
var somDate = new Date();
var lastpicrequest = 0;
var lrtime = 3000;
x=navigator.userAgent.indexOf("Opera");
if(x>0)Opera=1;
// This is the Callback for the Timer
function UpdateTimer() {
if(timerID) {
clearTimeout(timerID);
timerID=0;
}
timerID = setTimeout("UpdateTimer()", 300 );
if((picready==1)||(Opera==1)) {
neuladen();
}
// Emergency Push
pic+;
maxWert = 100;
if(lrtime>100)maxWert=100;
if(lrtime>400)maxWert=50;
if(lrtime>800)maxWert=10;
if(lrtime>1800)maxWert=5;
if(lrtime>2800)maxWert=4;
if(lrtime>5000)maxWert=2;
if(lrtime>8000)maxWert=1;
if(piccounter>maxWert) {
piccounter=0;
picready=1;
}
}
function neuladen() {
picready=0;
var s=document.images[0].src;
// we must cut the &rnd parameter of the string
// this is only required for netscape & co
iPos=s.indexOf("&rnd=");
if (iPos>0) {
s=s.substring(0,iPos);
}
iPos=s.indexOf("cachebust=");
if (iPos>0) {
iPos+=10;
iBustLen=s.length-(s.length-iPos);
snew=s.substring(0, iBustLen);
snew=snew+Math.round((Math.random()*100000));
} else {
snew=s;
}
// we add a random id to the img url
// only required for netscape & co
snew=snew+"&rnd="+Math.round((Math.random()*100000));
Содержание MULTIEYE
Страница 1: ...2008 artec technologies AG MULTIEYE Usermanual...
Страница 10: ...MULTIEYE Usermanual 10 2008 artec technologies AG Troubleshooting 194 License conditions 198 Index 200...
Страница 11: ...Introduction I...
Страница 13: ...Order of Installation II...
Страница 15: ...System Requirements III...
Страница 20: ...Hardware IV...
Страница 38: ...Installing video boards and software V...
Страница 44: ...Licensing and activation VI...
Страница 50: ...MULTIEYE HYBRID interface VII...
Страница 69: ...Configuring MULTIEYE HYBRID VIII...
Страница 115: ...Playback with the MULTIEYE HYBRID MultiPlayer IX...
Страница 138: ...MULTIEYE Services menu X...
Страница 144: ...Remote Access of Videos via Network ISDN DSL and Internet XI...
Страница 159: ...Special features XII...
Страница 163: ...Example applications XIII...
Страница 167: ...Example applications 167 2008 artec technologies AG...
Страница 170: ...Technical appendix XIV...
Страница 185: ...Technical appendix 185 2008 artec technologies AG Now continue with Advanced Continue on by clicking on Find now...
Страница 189: ...Technical data XV...
Страница 193: ...Troubleshooting XVI...
Страница 197: ...License conditions XVII...