Code javascript compatible FF mais incompatible IE & Chrome?
Bonjour � tous,
Je rencontre un petit soucis avec mon site web actuellement incompatible Internet Explorer et Chrome.
Bizarrement il marche sous Firefox.
Le site est en flash comme vous pourrez le constater : http://fusion-live.verygames.net
Actuellement h�berger chez Verygames afin de pouvoir le tester, je souhaiterais, afin de pouvoir envoyer les publicit� aux mairies (Orchestre) r�gler ce probl�me et le rendre compatible.
Pour information, voici ma page HTML :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ORCHESTRE FUSION LIVE</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content ="no-cache" />
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/flashscaler.js"></script>
<script type="text/javascript" src="js/swfaddress.js"></script>
<style type="text/css">
html {
height: 100%;
font-size: 100%;
overflow:auto;
}
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
}
#flashcontent {
overflow: hidden;
}
</style>
<script type="text/javascript">
var randomnumber = Math.floor(Math.random()*10000);
var flashvars = null;
var params = {allowFullScreen:"true", menu:"false", scale:"noscale", salign:"tl"};
var attributes = {id:"cooltemplate"};
swfobject.embedSWF("preview.swf?"+randomnumber, "flashmovie", "100%", "100%", "10.0.0", "flashdetect/expressInstall.swf", flashvars, params, attributes);
</script>
</head>
<body>
<div id="flashcontent">
<div id="flashmovie">
<strong>Merci d'utiliser FIREFOX pour accéder au site FUSION LIVE. Vous devez peut-etre faire une mise à jour de votre lecteur Flash <a href="http://www.adobe.com/go/getflashplayer/">ICI.</a></strong>
</div>
</div>
<script type="text/javascript">
scale = new FlashScaler("flashcontent", 960, 610);
</script>
</body>
</html> |
J'ai regard� sur votre forum et, est retrouv� une conversation approximativement pareil : http://www.developpez.net/forums/d94...ble-ie-chrome/
En esp�rant que vous trouverez le probl�me, je ne suis pas tr�s dou� avec javascript :?
D'avancer merci.