[Javascript] Camera IP en streaming
Fermé
iceman306
Messages postés
95
Date d'inscription
lundi 30 août 2004
Statut
Contributeur
Dernière intervention
24 septembre 2008
-
28 sept. 2006 à 10:24
stio - 9 janv. 2007 à 16:35
stio - 9 janv. 2007 à 16:35
A voir également:
- [Javascript] Camera IP en streaming
- Ethernet n'a pas de configuration ip valide - Guide
- Localiser ip - Guide
- One piece kai streaming ✓ - Forum Cinéma / Télé
- Telecharger javascript - Télécharger - Langages
- Changer adresse ip - Guide
1 réponse
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=362 HEIGHT=318");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"/plugin/h263ctrl.cab#version=1,7,0,22\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"503359680\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"8481\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"4712\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=362 HEIGHT=318");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"/plugin/h263ctrl.cab#version=1,7,0,22\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"503359680\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"8481\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"4712\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>