Hola Feliz Navidad.
Estoy intentando hacer funcionar el WDL, he seguido el manual que he encontrado en Castellano, e subido los archivos que indica el manual a mi servidor.
El WD envia cada x minutos el archivo clientraw.txt, y sus client*.txt
Pero cuando intento ver la pagina el navegador se queda en blanco, no hace nada.
Alguno de vosotros puede guiarme por donde puedo estar haciendo mal la instalación, o que me dejo.
Archivos subidos a mi servidor
index.html
wdlv6_09.swf
swfobject.js
wdlconfig_meters_dew.xml
CONTENIDO DEL ARCHIVO INDEX.HTML
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<meta name="keywords" content="Weather Display Live, Weather Display, Weather Station,Weather Software">
<title>Weather Display Live</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body style="background:#FFFFFF">
<font size="5">
<!-- URL's used in the movie-->
<!-- http://www.weather-display.com-->
<!-- text used in the movie-->
<!-- Weather Display Live for Weather Display, the Weather Software for Weather Stations-->
</font>
<div id="flashcontent" align="center" class="autosize"><b><font size="5">Weather Display Live</font></b><font size="5"><br />You need to install v8, or greater, of Flash Player from <a href="http://www.adobe.com">Adobe</a> and have javascript enabled to view Weather Display Live.</font></div>
<font size="5">
<script type="text/javascript">
//
//Enter your details here!!
//
var pathToWdlconfig = "http://www.tempsmollet.com/wdlconfig_meters_dew.xml";
var widthOfWdl = "100%";
var heightOfWdl = "100%";
var backgroundColourOfWdl = "#FFFFFF"
var versionOfWdl = "wdlv6_09.swf?http://www.tempsmollet.com/wdlconfig_meters_dew.xml";
//
//
var so = new SWFObject(versionOfWdl+"?"+pathToWdlconfig, versionOfWdl, widthOfWdl, heightOfWdl, "8", backgroundColourOfWdl);
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.addParam ("allowFullScreen", "true");
so.write("flashcontent");
</script>
</font>
</body>
</html>
Saludos
Ramon