Ok merci pour ta réponse surHill
Voici le code de ma page :
C'est surement à cause du script du debut que ça déconne, enfin j'imagine.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>moscato</title>
<style type="text/css">
body {
overflow:auto;
}
</style>
<SCRIPT LANGUAGE="JavaScript">
function infoscroll(seed,looped)
{
var text="BlahBlahBlahBlahBlahBlah";
var putout = " ";
var c = 1;
if (looped > 2) window.status="BlahBlahBlahBlah";
else if (seed > 100)
{
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0)
{
for (c=0 ; c < seed ; c++)
{
putout+=" "; }
putout+=text.substring(0,100-seed);
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
window.status=putout;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0)
{
if (-seed < text.length)
{
putout+=text.substring(-seed,text.length);
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
window.status=putout;
timerTwo=window.setTimeout(cmd,100); // 100
}
else
{
window.status=" ";
looped += 1;
var cmd = "infoscroll(100," + looped + ")";
timerTwo=window.setTimeout(cmd,75); // 75
}
}
}
// -->
<!--
infoscroll(100,1)
// -->
</SCRIPT>
</head>
<body bgcolor="#ffffff">
<!--URL utilisées dans l'animation-->
<!--texte utilisé dans l'animation-->
<!--
1024x768 optimized
-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="980" height="550" id="FichierSWF" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="moscato.swf" />
<param name="quality" value="best" />
<param name="scale" value="exactfit" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="Fichier.swf" quality="best" scale="exactfit" wmode="transparent" bgcolor="#ffffff" width="980" height="550" name="fichierSWF" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Voila, si tu trouve quelquechose qui marche, tiens moi au courant, merci!
Tchô