I am in process of evaluating METEOHUB and I am failing in integrating the dashboard into my web presence.
I am running the evaluation version (VMWARE Image)Version 3.0d. I am getting the dashboard and date when clicking the DASHBOARD=>DISPLAY&SAVE button within the METEOHUB admin panels.
When I follow the manual (page 67) to intergrate the dashboard into a web site, I am getting the DASHBOARD but no data :(
I am testing within the LAN, neither IE nor Firefox is working.
Any hints are highly appreciated.
Thanks
Matt
NewUser: Dashboard integration problem
Moderator: Mattk
Re:NewUser: Dashboard integration problem
could you please send me a link to your Web Pages, so that I can inspect your html.
Re:NewUser: Dashboard integration problem
Thanks for the reply. I figured it out myself.
It works for me (IE as well as Mozilla) if I use the protocol in the 'myURL=' tag.
Here what is working for me:
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shoc ... on=9,0,0,0"
width="345" height="230" id="dashboard" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie"
value="http://192.168.1.60/dashboard.swf?myURL ... ograph.cgi" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://192.168.1.60/dashboard.swf?myURL ... ograph.cgi"
quality="high" bgcolor="#ffffff" width="345" height="230" name="dashboard" align="middle"
allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
The manual states something slightly differnet (without the 'http://' after the myURL).
I am assuming its a typo in the manual?
Matt
It works for me (IE as well as Mozilla) if I use the protocol in the 'myURL=' tag.
Here what is working for me:
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shoc ... on=9,0,0,0"
width="345" height="230" id="dashboard" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie"
value="http://192.168.1.60/dashboard.swf?myURL ... ograph.cgi" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://192.168.1.60/dashboard.swf?myURL ... ograph.cgi"
quality="high" bgcolor="#ffffff" width="345" height="230" name="dashboard" align="middle"
allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
The manual states something slightly differnet (without the 'http://' after the myURL).
I am assuming its a typo in the manual?
Matt