CumulusRealtime.html - still struggling with 'data loading'
Posted: Fri 21 Sep 2012 8:09 am
Hello all
Hope someone can help - am using Cumulus (1.9.2 build 1082) which works great and also able to ftp to my website no problem.
I have read the readme.txt on realtime and also followed all the advice on the forum regarding the clientaccesspolicy.xml but continue to have the 'data loading' issue.
web address
http://www.dutton.comxa.com/met/index.htm and http://dutton.comxa.com/met/index.htm
realtime address
http://www.dutton.comxa.com/met/CumulusRealtime.html and http://dutton.comxa.com/met/CumulusRealtime.html
Below is the code I changed in the two files which need to be edited and uploaded. The clientaccesspolicy.xml is in the root of my web site (the lowest level). I have also attached the two files.
Any ideas please?
Thanks
Nick
clientaccesspolicy.xml code
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from>
<domain uri="*"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
Here is a fragment of the code in the CumulusRealtime.xml
<?xml version="1.0" encoding="utf-8" ?>
<initialisation>
<realtimeURL>http://dutton.comxa.com/met/realtime.txt</realtimeURL>
<sitename>nick weather</sitename>
Hope someone can help - am using Cumulus (1.9.2 build 1082) which works great and also able to ftp to my website no problem.
I have read the readme.txt on realtime and also followed all the advice on the forum regarding the clientaccesspolicy.xml but continue to have the 'data loading' issue.
web address
http://www.dutton.comxa.com/met/index.htm and http://dutton.comxa.com/met/index.htm
realtime address
http://www.dutton.comxa.com/met/CumulusRealtime.html and http://dutton.comxa.com/met/CumulusRealtime.html
Below is the code I changed in the two files which need to be edited and uploaded. The clientaccesspolicy.xml is in the root of my web site (the lowest level). I have also attached the two files.
Any ideas please?
Thanks
Nick
clientaccesspolicy.xml code
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from>
<domain uri="*"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
Here is a fragment of the code in the CumulusRealtime.xml
<?xml version="1.0" encoding="utf-8" ?>
<initialisation>
<realtimeURL>http://dutton.comxa.com/met/realtime.txt</realtimeURL>
<sitename>nick weather</sitename>