Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/08/2007, 10:11
sliderman
 
Fecha de Ingreso: noviembre-2004
Ubicación: CARTAGENA
Mensajes: 50
Antigüedad: 20 años, 3 meses
Puntos: 0
Re: Click Del Mouse Respecto A La Posicion

aki tienes el script:

script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")||(navigator.platform != "MacPPC")||(navigator.appCodeName == "Mozilla"))
{
document.write("<OBJECT ID=\"VaCtrl\" WIDTH=362 HEIGHT=306");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"http://joliver.homeip.net:800/plugin/h263ctrl.cab#version=1,7,0,5\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://joliver.homeip.net:800/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"joliver.homeip.net:800\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\" VALUE=\"false\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"Deblocking\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"true\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("<PARAM NAME=\"Stretch\" VALUE=\"1\">");
document.write("</OBJECT>");
}
//-->
</script>

ese escript es el ke me muestra la imagen en vivo. la idea es ke el mouse no actue sobre esa imagen en vivo, es decir, ke al hacer click en kualkier parte de la imagen no suceda nada. actualmente al hacer clic en la imagen la camara se mueve hacia dondese dio el click.