Les avertissements suivants se sont produits :
Warning [2] Undefined array key 0 - Line: 1640 - File: showthread.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1640 errorHandler->error_callback
/showthread.php 915 buildtree




Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
[Résolu] Problème d'insertion Weather display live (vue trop petite)
#7
Manu13,
il faut essayer avec 600px et 400px (px pour pixel) et non pas avec %.
Pour ton info, ça n'est pas du php mais du javascript.
De plus, dans le contenu de ta page CMSMS, tu ne dois pas mettre que ce qu'il doit y avoir dans body.
Code :
<!-- URL's used in the movie-->
<!-- http://www.weather-display.com-->
<!-- text used in the movie-->
<!-- Weather Display Live for Weather Display, the Weather Software for Weather Stations-->
<div id="flashcontent" class="autosize" align="center"><b>Weather Display Live</b><br>You need to install v8, or greater, of Flash Player from <a href="http://www.adobe.com">Adobe</a> and have javascript enabled to view Weather Display Live.</div>
<script type="text/javascript">
//
//Enter your details here!!
//
var pathToWdlconfig = "WDL Configurator.xml";
var widthOfWdl = "600px";
var heightOfWdl = "400px";
var backgroundColourOfWdl = "#FFFFFF"
var versionOfWdl = "wdlv6_05.swf";
//
//
var so = new SWFObject(versionOfWdl+"?"+pathToWdlconfig, versionOfWdl, widthOfWdl, heightOfWdl, "8", backgroundColourOfWdl);
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.addParam ("allowFullScreen", "true");
so.write("flashcontent");
</script>

et ça, il faut le mettre dans 'Métadonnées spécifiques pour cette page' de l'onglet 'Options' ou bien dans ton gabarit.

Code :
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=ISO-8859-3">
<script type="text/javascript" src="swfobject.js"></script>
<meta name="keywords" content="Weather Display Live, Weather Display, Weather Station,Weather Software">

Bon courage!
{SEO}
Inscrivez-vous à notre Newsletter sur le site (colonne de droite, en bas).
Vous appréciez CMSMS et l'aide qui vous est fournie ici, aidez-nous en participant au projet.
Formation CMS Made Simple | Création de site CMS Made Simple.

C'est en se plantant qu'on devient cultivé.
J'ai un string dans l'Array (Paris Hilton)


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)