bon en bidouillant j'ai réussi (et avec l'aide de narno07 sur msn j'avoue)
c'est crado, mais ça passe partout donc ça m'va. pour la soluce, ça donne ça :
la css :
<style type="text/css">
body {
background-color: #000000;
margin:0;
overflow: hidden;
}
html,body{
overflow:hidden;
}
#flashcontent {
width: 95%;
height: 100%;
overflow:none;
bottom:40px;
}
#footer {
width: 100%;
height: 40px;
border:1px solid blue;
bottom:0;
}
#flashcontent, #footer {position: absolute; width: 100%;}
.style1 {color: #FFFFFF}
</style>
le html
</head>
<body scroll="no">
<div id="flashcontent">flash</div>
<div id="footer"></div>
</body>
</head>