Page 1 of 1

Problem with Widget

Posted: Sun Nov 24, 2013 2:00 pm
by reuge
I, i write from Italy and i'm not be able to solve the widget problem.
I need to use a my own photo as template, but it doesn't work.
The code i use is:

Code: Select all

<div style="width:936px; height:150px; border:1px solid #4e5478">
    <object type="application/x-shockwave-flash" width="936" height="150">
    	<param name="movie" value="http://swf.yowindow.com/yowidget3.swf"/> 
    	<param name="allowfullscreen" value="true"/>
    	<param name="wmode" value="opaque"/>
    	<param name="bgcolor" value="#090d0c";"border:1px solid #54715f"/>
    	<param name="flashvars" 
    	value="location_id=3183299&location_name=capoliveri&landscape=seaside&time_format=24&unit_system=metric&lang=it&background=#090d0c&copyright_bar=false"</div>
        <a href="http://ilparadisodeidelfini.it/Landscape/yo_yo_Lido_di_Capoliveri.png"
style="width:936px;height:150px;display: block;text-indent: -50000px;font-size: 0px;background:#090d0c;border:1px solid #54715f ; http://ilparadisodeidelfini.it/Landscape/yo_Lido_di_Capoliveri.ywl no-repeat scroll 50% 50%;">
        </object>
        </div>
On the widget i see another image. :O:
Please help!!!!

Re: Problem with Widget

Posted: Sat Nov 30, 2013 8:48 am
by Don
You have changed the code incorrectly. I suggest you regenerate the code here: http://yowindow.com/weatherwidget.php, then carefully review the instructions for using a custom landscape here: http://yowindow.com/widget_and_landscape.

The code snippet below shows how to add the path to your .ywl file to the widget code.

Code: Select all

<param name="flashvars" value="location_id=3183299&location_name=capoliveri&landscape=http://ilparadisodeidelfini.it/Landscape/yo_Lido_di_Capoliveri.ywl&time_format=24&unit_system=metric&lang=it&background=#090d0c&copyright_bar=false"
Don