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 : Sélectionner tout - Visualiser dans une fenêtre à part
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.