VOILA UNE PAGE COMPLETTE !
UNE PETITE EXPLICATION RAPIDE
j ai donne une id a la balise object
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600"
id="site">
et j ai ensuite mis le CSS approprie a cette balise de maniere a la centrer
#site {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 600px;
margin-top: -300px;
margin-left: -400px;
}
un peu aussi sur le body
body {
margin: 0;
text-align: center;
}
Tu n a plus qu a remplacer
TON.swf au
2 endroit et le titre dans ce code !
<!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">
<head>
<title>
RAD ZONE Webcreation aide
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="PSPad editor, www.pspad.com" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #222222;
margin: 0;
text-align: center;
}
#site {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 600px;
margin-top: -300px;
margin-left: -400px;
}
/*]]>*/
</style>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600" id="site">
<param name="movie" value="TON.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="TON.swf" width="800" height="600">
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer"><img src=
"http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt=
"Get Adobe Flash player" /></a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</body>
</html>
♣ La plus grande erreur que puisse faire un homme est d'avoir peur d'en faire une. ♣