In my own domain I have put the crossdomain.xml file in /
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cros ... policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="true"/>
</cross-domain-policy>
In the same domain I have the .ywl and .swf files for the background, Kinderdijk. sunfishdesigns.com/yowindow/Kinderdijk/Kinderdijk.(whatever)
Here is the code from the widget:
<div style="width:180px; height:100px;">
<object type="application/x-shockwave-flash" data="http://swf.yowindow.com/wimo/hpPal/hpPal.swf" width="180" height="100">
<param name="movie" value="http://swf.yowindow.com/wimo/hpPal/hpPal.swf"/>
<param name="allowfullscreen" value="true"/>
<param name="wmode" value="opaque"/>
<param name="bgcolor" value="#FFFFFF"/>
<param name="flashvars" value="location_id=gn:2759794&location_name=Amsterdam&
landscape=http://sunfishdesigns.com/yowindow/Kind ... erdijk.ywl&
time_format=12&us=us&background=#FFFFFF&
mini_momentBar=true©right_bar=false"/>
<a href="http://yowindow.com/weatherwidget.php"
style="width:180px;height:100px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
>Free Weather Widget</a>
</object>
</div>
Here is the .ywl file:
<?xml version="1.0" encoding="utf-8"?>
<landscape name="Kinderdijk" type="picture" id="DSF-Kindk">
<data src="Kinderdijk.swf" horizonLevel="750">
<about>The original photo by dreamsearcher</about>
</data>
</landscape>
BUT, it doesn't work. All I get is the sky, not my graphic.
