Page 1 of 1

Script plein écran

Posted: Tue Nov 25, 2014 12:25 pm
by soker73
Bonjour,

J'utilise le script html pour créer une page météo.
le probleme que je rencontre est que lorsque j'exécute le script, la page YoWindowsmetéo s'ouvre mais en tout petit, je dois cliquer sur YoWindowsmeteo pour la mettre en plein écran.
ma question; est-il possible d'exécuter le script et que la page YoWindowsMeteo s'affiche directement en plein écran.


Merci pour votre retour.
Cdlt.

Re: Script plein écran

Posted: Wed Nov 26, 2014 1:27 pm
by soker73
hello,

I use the html script to create a weather page.
the problem I encounter is that when I run the script, the page opens YoWindowsmetéo but very small, I have to click YoWindowsmeteo to put it on full screen.
my question; is it possible to run the script and the YoWindowsMeteo page is displayed directly in full screen.


Thank you for your return.
Cdlt.

Re: Script plein écran

Posted: Wed Nov 26, 2014 2:42 pm
by Wally©
There you go...

mini_action=full_screen

Re: Script plein écran

Posted: Wed Nov 26, 2014 6:13 pm
by soker73
Hi,

Even with "mini_action=full_screenI" have anyway click on the capture to have it in full screen.

Thank you very much
here is my html script:

Code: Select all

<div style="width:220px; height:150px;">
    <object type="application/x-shockwave-flash" data="http://swf.yowindow.com/yowidget3.swf" width="220" 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="#FFFFFF"/>
    	<param name="flashvars" 
    	value="location_id=gn:3016321&location_name=Gennevilliers&time_format=24&unit_system=metric&lang=fr&background=#FFFFFF&mini_action=full_screen&copyright_bar=false"
    />
        <a href="http://WeatherScreenSaver.com?client=widget&link=copyright"
        style="width:220px;height:150px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
        >Widget météo</a>
    </object>
</div>
<div style="width: 220px; height: 15px; font-size: 14px; font-family: Arial,Helvetica,sans-serif;">
	<span style="float:left;"><a target="_top" href="http://WeatherScreenSaver.com?client=widget&link=copyright" style="color: #2fa900; font-weight:bold; text-decoration:none;" title="Widget météo">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: Script plein écran

Posted: Thu Nov 27, 2014 12:07 am
by countryroads
Hi,

Go to the widget creation page.
Recreate your widget code with larger width and height.
Try 700 for width and 394 for height.

Marty