Try using this script. It is for the 4XEM WPT but it should work with your DCS-5300
internet camera as well. You will need the edit the script by entering your username, password,
internet camera ip and port. I have indicated these in bold in the script. Let me know if you need help putting it in a web page.
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VaCtrl\" WIDTH=362 HEIGHT=306");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"http://www.4xem.com/downloads/cab/WPT/h263ctrl.cab\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://
username:
password@
hostname:
port/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"1728096448\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"25054\">");
document.write("<PARAM NAME=\"Stretch\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"true\">");
document.write("<PARAM NAME=\"ClickEventHandler\" VALUE=\"0\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>