Swf ne safiche pas au secour

arnolastar Messages postés 2 Date d'inscription   Statut Membre Dernière intervention   -  
arnolastar Messages postés 2 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,
voila mon probleme jai creer une carte de noel que je voudrai mettre sur internet
elle est en swf, je les mits dans dw au debut sa marchait et pui maintenant je c pas ce que j'ai
fait mais il y a juste le background qui saffiche

voici le lien bonamycossard.fr.tc

la jai tellement chercher que je c pu trop ou regarder

et voici le code source:
<script language="JavaScript" type="text/javascript" src="/xdir-frame-publicite.js"></script><!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>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<div align="center">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<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','500','height','340','title','nn','align','top','src','../travail/carte_01_500_340','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../travail/carte_01_500_340' ); //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="500" height="340" align="top" title="nn">
<param name="movie" value="../travail/carte_01_500_340.swf" />
<param name="quality" value="high" />
<embed src="../travail/carte_01_500_340.swf" width="500" height="340" align="top" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash"></embed>
</object></noscript></td>
</tr>
</table>
</div>
</body>
</html>
<script language="JavaScript" type="text/javascript">try{parent.document.title=document.title;}catch(error){}</script><script language="JavaScript" type="text/javascript">try{var referer=top.document.referrer;}catch(error){var referer=document.referrer;};var source='/xdir-statistiques.js?referer='+escape(referer)+'&'+new String(Math.random()).substring(2,11);document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="'+source+'"></scr'+'ipt>');</script>

merci de maider
A voir également:

2 réponses

lUCAS
 
Je pense que tu te complique un peut la vie.
Met plutot :

<EMBED style="WIDTH: 500px; HEIGHT: 340px" menu="false" src=../travail/carte_01_500_340.swf type=application/x-shockwave-flash quality="high">

Tu peu mettre l'adresse de ton site ?
0
arnolastar Messages postés 2 Date d'inscription   Statut Membre Dernière intervention  
 
merci d'Avoir esseyé de m'aider mais j'ai trouver mon probleme
qui était vraiment ridicule finalement

j'avai 1fichier html, 1fichier swf et 1fichier action scrip qui etait dans une filliere script
je mettai les trois fichier sur le ftp, et finalement il falait que je mettre les 2 fichiers
plus LE DOSSIER (avec le fichier ac) dans le ftp

merci
0