Edimax Technology i-Watcher Pan/Tilt Internet IP Camera Instrukcja Użytkownika Strona 35

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 45
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 34
17. HTML Code for your website or blog
You can show camera video in your website or blog, add HTML code into your website or
download sample code from http://www.iwatcher.net/ipcam/code_samples/IC-5000PT.html
Note:
<script>
function addElement() {
var newdiv = document.createElement('img');
newdiv.setAttribute('id','oImgTmpMV');
document.appendChild(newdiv);
}
</script>
</HEAD>
<BODY onload='addElement();initCamera("http://xxx.xxx.xxx.xxx");'>
<OBJECT ID=oTempCtl
CODEBASE="http://www.iwatcher.net/ipcam/viewer/IC-5000PT/WinWebPush.cab#versi
on=1,0,1,5"
CLASSID="CLSID:7876E4A5-78B7-4020-B08F-C960A1ED54C9"
width=320 height=240>
</OBJECT>
<SCRIPT language="JavaScript"
SRC="http://www.iwatcher.net/ipcam/viewer/IC-5000PT/pt.js"></SCRIPT>
z
http://xxx.xxx.xxx.xxx , your i-Watcher Network Camera IP address
z
width = 320 height=240 , video size
35
Przeglądanie stron 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 44 45

Komentarze do niniejszej Instrukcji

Brak uwag