Custom Landscape Won't Load on Web Page
Posted: Wed Dec 14, 2011 7:59 am
Even though I think I followed directions properly, I can not get my custom landscape to load on my web page, because strangely enough, the village landscape loads. It does OK on my desktop. Its URL is at http://stillwaterweather.com/forecastanimated.php The code I'm using along with the ywl code is below:
<div style="width:1005px; height:630px;">
<object type="application/x-shockwave-flash" data="http://swf.yowindow.com/yowidget3.swf" width="1005" height="630">
<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=4552215&location_name="http://stillwaterweather.com/landscapes ... oramax.ywl"/>
<a href="http://yowindow.com/weatherwidget.php"
style="width:1005px;height:630px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
>Weather Widget</a>
</object>
</div>
<div style="width: 1005px; height: 630px; font-size: 16px; 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="Weather Widget">YoWindow.com</a></span>
<span style="float:right; color:#888888;"><a href="http://www.weather.gov" style="color: #2fa900; text-decoration:none;">NWS</a></span>
</div>
ywl code:
<?xml version="1.0" encoding="UTF-8"?>
<landscape name="panoramax" type="picture" id="panoramax_1342ABA7C05">
<data src="img/yo_panoramax.png" horizonLevel="719">
</data>
</landscape>
<div style="width:1005px; height:630px;">
<object type="application/x-shockwave-flash" data="http://swf.yowindow.com/yowidget3.swf" width="1005" height="630">
<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=4552215&location_name="http://stillwaterweather.com/landscapes ... oramax.ywl"/>
<a href="http://yowindow.com/weatherwidget.php"
style="width:1005px;height:630px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
>Weather Widget</a>
</object>
</div>
<div style="width: 1005px; height: 630px; font-size: 16px; 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="Weather Widget">YoWindow.com</a></span>
<span style="float:right; color:#888888;"><a href="http://www.weather.gov" style="color: #2fa900; text-decoration:none;">NWS</a></span>
</div>
ywl code:
<?xml version="1.0" encoding="UTF-8"?>
<landscape name="panoramax" type="picture" id="panoramax_1342ABA7C05">
<data src="img/yo_panoramax.png" horizonLevel="719">
</data>
</landscape>