First of all I must say THANK YOU to the developers for the wonderful weather widget.
I have places the normal weather widget on my website (still under development)>
http://94.100.104.118/~bitola/
and if works excellent
BUT
When I try with “MY LANDSCAPE” I get only sky.
Can anyone please help me, I have followed the instructions on : http://yowindow.com/widget_and_landscape.php
I have placed (crossdomain.xml.) in the root
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="true"/>
</cross-domain-policy>
http://94.100.104.118/~bitola/bt/bt.ywl
the code from bt>ywl is
Code: Select all
<landscape id="bt_13AD9C05A7E" type="picture" name="bt">
<data src="yo_bt.png" horizonLevel="570"/>
</landscape>
And the code for the widget:
Code: Select all
<div style="width:300px; height:180px;">
<object type="application/x-shockwave-flash" data="http://swf.yowindow.com/yowidget3.swf" width="300" height="180">
<param name="movie" value="http://swf.yowindow.com/yowidget3.swf"/>
<param name="allowfullscreen" value="true"/>
<param name="wmode" value="opaque"/>
<param name="bgcolor" value="#FFFFFF"/>
<param name="flashvars"
value="location_id=gn:792578&landscape=http://94.100.104.118/~bitola/bt/bt.ywl&location_name=%D0%91%D0%B8%D1%82%D0%BE%D0%BB%D0%B0&time_format=24&unit_system=metric&lang=mk&background=#FFFFFF©right_bar=false"
/>
<a href="http://yowindow.com/weatherwidget.php"
style="width:300px;height:180px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
>HTML weather</a>
</object>
</div>
<div style="width: 300px; height: 15px; font-size: 14px; font-family: Arial,Helvetica,sans-serif;">
<span style="float:left;"><a target="_top" href="http://yowindow.com?client=widget&link=copyright" style="color: #2fa900; font-weight:bold; text-decoration:none;" title="HTML weather">YoWindow.com</a></span>
<span style="float:right; color:#888888;">Forecast by <a href="http://yr.no" style="color: #2fa900; text-decoration:none;">yr.no</a></span>
</div>
My location is in Bitola, Republic of Macedonia
CAN ANYONE PLEASE HELP