Mon site apparaît en page blanche

Fermé
pomess - 5 oct. 2010 à 11:59
 pomess - 5 oct. 2010 à 12:17
Bonjour, mon problème est simple à expliquer : que j'aille sur n'importe quel navigateur, mon site affiche une page blanche.. Je suis graphiste et pas du tout webmaster donc je n'ai aucune idée d'ou le problème peut venir...
Pour info, voilà le code source de ma première page

<!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>pomess</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<table width="70%" border="0" align="center">
<tr>
<td>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','600','title','pomess','src','intro','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','intro' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600" title="pomess">
<param name="movie" value="intro.swf" />
<param name="quality" value="high" />
<embed src="intro.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object></noscript>
</body>
</html>




A voir également:

1 réponse

Spykees76 Messages postés 3 Date d'inscription mardi 5 octobre 2010 Statut Membre Dernière intervention 5 octobre 2010
5 oct. 2010 à 12:06
Bonjour,

Vous inséré un objet flash nommé intro.swf, est ce que se fichier est à la même hauteur (même dossier) que votre page html ?

si non modifier son chemin d'accès :

<param name="movie" value="le/chemin/correct/intro.swf" /> 
0
mon fichier swf est au meme niveau que mon index
0
En même temps je suis pas sure que le probleme vienne du code puisque quand je met "aperçu dans safari" ca fonctionne tres bien
0