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)
#5
jissey a écrit :je l'ai vue dans le code source qui doit être généré par le js.
Apparemment, cela correspondrait aux paramètres widthOfWdl et heightOfWdl.

oui effectivement, cela ce trouve dans le code php de ma page, mais j'ai fait un copier coller du code de ma page php, j'ai créer une nouvelle page dans cmsms dans type de contenu j'ai mis contenu j'ai cliquer sur html et coller

Code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>

<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"><title>Weather Display Live</title></head><body background="../imgs/bg.png">

<!-- 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 = "600%";
var heightOfWdl = "400%";
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>

</body></html>

cela reste petit, http://meteoprovenc.tonsite.biz/index.php?page=wdl

je coince completement


Messages dans ce sujet

Atteindre :


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