Problem with Widget

YoWindow widget Questions, Suggestions and Bugs
Post Reply
reuge
Posts: 13
Joined: Sun Nov 24, 2013 1:27 pm
Name: Roberto

Problem with Widget

Post 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!!!!
Last edited by ikarus1969 on Mon Nov 25, 2013 8:01 am, edited 1 time in total.
Reason: embedded the code fragment in the [code]-tag
User avatar
Don
Posts: 687
Joined: Tue Sep 14, 2010 12:14 am
Name: Don
Location: Roseville, California, United States of America
Contact:

Re: Problem with Widget

Post 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
Post Reply