Autor Tema: problemas con rreproducion automatica  (Leído 1997 veces)

Desconectado patoloco6000

  • Newbie
  • *
  • Mensajes: 1
problemas con rreproducion automatica
« en: 21 de Enero de 2009, 04:19:58 pm »
Hola tengo un problema para ejecutar los cds cuando lo intento reproducir o abrir me sale  el bloc de notas les pongo un ejemplo:

<html>
<head>
<title>PC Today 124 - M&aacute;s de 65 programas</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript"><!--
var topWin;
      function screenHeight() {
         return screen.availHeight;
      }

      function screenWidth() {
         return screen.availWidth;
      }

      window.moveTo(0,0);
      window.resizeTo(screenWidth(), screenHeight());


function openWindow(width,height) {
    x = (640 - width)/2, y = (600 - height)/2;

    if (screen) {
        y = (screen.availHeight - height)/2;
        x = (screen.availWidth - width)/2;
    }
   if (screen.availWidth > 1800) {
   x = ((screen.availWidth/2) - width)/2;
    }
window.open('home/home.html','newWin','width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);

    topWin = window.open('home/home.html','newWin','width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
}

function top() {
    topWin.focus();
}

//--></script>

</head>

<body bgcolor="#FFFFFF" scroll="no" onLoad="openWindow(550,440)"onFocus="top()">
<table width="100%" border="0" height="100%">
  <tr>
    <td>
      <div align="center"><a href="home/home.html"><img src="home/images/logopct.jpg" width="142" height="147" border="0"></a></div>
    </td>
  </tr>
</table>
</body>
</html>

Desconectado Mr_X

  • Moderador
  • ******
  • Mensajes: 2635
Re: problemas con rreproducion automatica
« Respuesta #1 en: 21 de Enero de 2009, 08:16:41 pm »
En el Explorador de windows-->menú Herramientas-->Opciones de carpeta-->Tipos de archivo-->busca la extensión .HTM y .HTML y asegúrate que se abran con tu navegador de Internet...
Además, en el Explorador de Windows-->botón derecho a la unidad de CD-->Reproducción automática-->marca 'Seleccionar la acción que desea ejecutar'
Si no funcionara, prueba el AutoFix...
"... I'll wait I sow the seed, I set the scene and I watch the world go by..."

 

Aviso Legal | Política de Privacidad | Política de Cookies

el contenido de la web se rige bajo licencia
Creative Commons License