bonjour a tous ce qui me lisent voila j'ai un soucis apres avoir creer un diaporama dans fireworks je voudrais l'integre dans une balise mais sa ne fonctionne pas voila je crois que le code a quelques erreurs mais lesquels je ne vois pas
voici le code:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
<script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:51px;
top:0px;
width:250px;
height:324px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:403px;
top:28px;
width:289px;
height:339px;
z-index:2;
}
-->
</style>
</head>
<body>
<div id="apDiv1"><img src="file:///C|/Documents and Settings/Administrateur/Bureau/maquette/corps.gif" width="352" height="370" /></div>
<div id="apDiv2">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','100%','height','100%','src','slideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','slideshow' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="100%" height="100%">
<param name="movie" value="slideshow.swf">
<param name="quality" value="high">
<embed src="slideshow.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object>
</noscript>
</div>
</body>
</html>
voila j'ai des soutes au niveau des balises ou du css?