Script plein écran

Any questions? Any answers?
Post Reply
soker73
Posts: 3
Joined: Tue Nov 25, 2014 12:13 pm
Name: khalid

Script plein écran

Post 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.
soker73
Posts: 3
Joined: Tue Nov 25, 2014 12:13 pm
Name: khalid

Re: Script plein écran

Post 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.
User avatar
Wally©
Posts: 819
Joined: Sun Dec 12, 2010 2:18 am
Name: Walter

Re: Script plein écran

Post by Wally© »

There you go...

mini_action=full_screen
Wally©...

(Ignorance can easily be overcome...Stupidity is 4ever...)
soker73
Posts: 3
Joined: Tue Nov 25, 2014 12:13 pm
Name: khalid

Re: Script plein écran

Post 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>
User avatar
countryroads
Posts: 8839
Joined: Tue Apr 27, 2010 3:38 am
Name: Marty
Location: Mansfield, Ohio USA
Contact:

Re: Script plein écran

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