I have entered this code to my website and i changed <your_meteohub> with my dyndns.org:port
The dashboard is showen but there is no data in it.

But if i try this: http://on1dqd.dyndns.org:8888/dashboard.html
it shows up correctly.
Can someone look at the code and change if needed?
Thanks in advance.
Geert - ON1DQD
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shoc ... on=9,0,0,0"
width="600" height="400" id="dashboard" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie"
value="http://<your_meteohub>/dashboard.swf?myURL=/meteograph.cgi" />
<param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
<embed
src="http://<your_meteohub>/dashboard.swf?myURL=<your_meteohub>/meteograph.cgi"
quality="high" bgcolor="#ffffff" width="600" height="400" name="dashboard" align="middle"
allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>