SHAREPOINT is killing me slowly...
Posted: Mon Aug 29, 2011 10:21 pm
Hello all,
Firstly I would like to say thank you for making such a great widget.
i have uploaded the whole landscapes folder to the root of the site as well as the cross domain xml.
My issue: I am only seeing the sky whenever my widget is loaded.
My code:
(crossdomain)
<?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>
(end of cross domain)
(ywl file code)
<?xml version="1.0" encoding="UTF-8"?>
<landscape name="hotel66" type="picture" id="hotel66_1321630DE65">
<data horizonLevel="277" src="yo_croppedhotel66.swf">
</data>
</landscape>
(end of ywl code)
I can load the colosseum just fine. but as soon as i put the following code in, it just goes to a blank sky.
(main code)
<div style="width: 220px; height: 150px;">
<object width="220" height="150" data="http://swf.yowindow.com/wimo/hpPal/hpPal.swf" type="application/x-shockwave-flash">
<param name="picture" allowfullscreen="true" value="http://swf.yowindow.com/wimo/hpPal/hpPal.swf;
<param name=">
<param name="wmode" value="opaque">
<param name="bgcolor" value="#FFFFFF">
<param name="flashvars" value="location_id=gn:5492450&location_name=LDC&landscape=http://r66sharepoint02/landscapes/hotel ... _bar=false">
<a href="http://yowindow.com/weatherwidget.php" style="width: 220px; height: 150px; display: block; text-indent: -50000px; font-size: 0px; background: url("http://yowindow.com/img/logo.png") no-repeat scroll 50% 50% rgb(221, 221, 255);">Free Weather Widget</a>
</object>
</div>
<div style="width: 220px; height: 15px; font-size: 14px; font-family: arial,helvetica,sans-serif;">
<span style="float: left;"><a title="Weather Widget" href="http://yowindow.com/?client=widget&link=copyright" target="_top" style="color: rgb(47, 169, 0); text-decoration: none;">YoWindow.com</a></span>
<span style="float: right; color: rgb(136, 136, 136);"><a href="http://www.weather.gov/" style="color: rgb(47, 169, 0); text-decoration: none;">NWS</a></span>
</div>
(end of main code)
heeelp?
Firstly I would like to say thank you for making such a great widget.
i have uploaded the whole landscapes folder to the root of the site as well as the cross domain xml.
My issue: I am only seeing the sky whenever my widget is loaded.
My code:
(crossdomain)
<?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>
(end of cross domain)
(ywl file code)
<?xml version="1.0" encoding="UTF-8"?>
<landscape name="hotel66" type="picture" id="hotel66_1321630DE65">
<data horizonLevel="277" src="yo_croppedhotel66.swf">
</data>
</landscape>
(end of ywl code)
I can load the colosseum just fine. but as soon as i put the following code in, it just goes to a blank sky.
(main code)
<div style="width: 220px; height: 150px;">
<object width="220" height="150" data="http://swf.yowindow.com/wimo/hpPal/hpPal.swf" type="application/x-shockwave-flash">
<param name="picture" allowfullscreen="true" value="http://swf.yowindow.com/wimo/hpPal/hpPal.swf;
<param name=">
<param name="wmode" value="opaque">
<param name="bgcolor" value="#FFFFFF">
<param name="flashvars" value="location_id=gn:5492450&location_name=LDC&landscape=http://r66sharepoint02/landscapes/hotel ... _bar=false">
<a href="http://yowindow.com/weatherwidget.php" style="width: 220px; height: 150px; display: block; text-indent: -50000px; font-size: 0px; background: url("http://yowindow.com/img/logo.png") no-repeat scroll 50% 50% rgb(221, 221, 255);">Free Weather Widget</a>
</object>
</div>
<div style="width: 220px; height: 15px; font-size: 14px; font-family: arial,helvetica,sans-serif;">
<span style="float: left;"><a title="Weather Widget" href="http://yowindow.com/?client=widget&link=copyright" target="_top" style="color: rgb(47, 169, 0); text-decoration: none;">YoWindow.com</a></span>
<span style="float: right; color: rgb(136, 136, 136);"><a href="http://www.weather.gov/" style="color: rgb(47, 169, 0); text-decoration: none;">NWS</a></span>
</div>
(end of main code)
heeelp?