Embedding in a web page
Posted: Fri Jul 09, 2004 2:38 am
Hi - I hope someone can help me. I am trying to embed the video output of this camera in a webpage and I can not get it to work
I have a dynamic IP address and so I have used dns2go - http://misoft.dns2go.com
I have set the camera to appear at port 8888
I have entered this code on the webpage and I can not see the camera
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=330 HEIGHT=270");
document.write(" CLASSID=CLSID:85AC0EFC-2CA1-4C1C-82AE-5C31184A13EF");
document.write(" CODEBASE=\"http://misoft.dns2go.com:8888/plugin/h2 ... n=1,0,0,24\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://misoft.dns2go.com:8888/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CMS\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"misoft.dns2go.com:8888\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"24756\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>
Any help would be appreciated.. Thanks
I have a dynamic IP address and so I have used dns2go - http://misoft.dns2go.com
I have set the camera to appear at port 8888
I have entered this code on the webpage and I can not see the camera
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=330 HEIGHT=270");
document.write(" CLASSID=CLSID:85AC0EFC-2CA1-4C1C-82AE-5C31184A13EF");
document.write(" CODEBASE=\"http://misoft.dns2go.com:8888/plugin/h2 ... n=1,0,0,24\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://misoft.dns2go.com:8888/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CMS\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"misoft.dns2go.com:8888\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"24756\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>
Any help would be appreciated.. Thanks