Page 1 of 1
Help
Posted: Fri Dec 13, 2013 7:03 pm
by gandalf
Hi,
i have trouble to get my landscape nad weather data from my PWS to my web page

I have read the manual and do everything but no luck. I have put the in the attachments how i have in script yowindow.php. 1 script and 2 script are together.
Here is my link to my things,
http://www.slometeo.net/bezina/yowindow.php
my WD data
http://www.slometeo.net/bezina/yowindow.xml
then
http://www.slometeo.net/bezina/crossdomain.xml
then
http://www.slometeo.net/bezina/images/bezina/bezina.ywl
Thanks for you help

Re: Help
Posted: Sat Dec 14, 2013 11:32 am
by par
Hey!
Is the PWS weather displayed in desktop YoWindow?
Re: Help
Posted: Sat Dec 14, 2013 1:30 pm
by gandalf
Hi,
its displayed in desktop

But why is not displayed on my script ?

Re: Help
Posted: Mon Dec 16, 2013 12:00 pm
by par
I wasn't able to find any reference to .ywl file in your webpage code.
Please follow this tutorial to add the parameters to the widget
http://yowindow.com/widget_and_landscape.php
Re: Help
Posted: Mon Dec 16, 2013 4:00 pm
by gandalf
here si my ywl file.
http://www.slometeo.net/bezina/images/bezina/bezina.ywl and
http://www.slometeo.net/bezina/images/b ... bezina.swf and
http://www.slometeo.net/bezina/yowindow.xml and
http://www.slometeo.net/bezina/crossdomain.xml
I have trouble with picture and PWS to show in my script. Now i have erase some things because the PWS and picture where missing

in the line flashvars now is showin
http://www.slometeo.net/bezina/yowindow.php
MY yowindow.php
Code: Select all
<div style="width:900px; height:560px;" align="center">
<object type="application/x-shockwave-flash" data="http://swf.yowindow.com/yowidget3.swf" width="750" height="550">
<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"
[color=#BF0080]value="location_id=gn:3204247&location_name=Bezina&time_format=24&unit_system=metric&lang=sl&background=#FFFFFF©right_bar=false& " />
[/color]
<a href="http://yowindow.com?client=widget&link=stub"
style="width:650px;height:450px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
>Desktop weather</a>
</object>
</div>
<div style="width: 880px; 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; text-decoration:none;" title="Windows weather">YoWindow.com</a></span>
<span style="float:right; color:#888888;"><a href="http://yr.no" style="color: #2fa900; text-decoration:none;">yr.no</a></span>
</div>
Re: Help
Posted: Mon Dec 16, 2013 7:23 pm
by ikarus1969
You did not follow par's advice to read the instructions, especially the use of the landscape-parameter.
Please, if you ask for help the least you can do is to follow the advice people are giving, ok?
So let's try it again and read the instructions - you can find there everything that's needed.