Mon bouton flash ne s'affiche pas en ligne!!

Résolu/Fermé
inexgroup Messages postés 9 Date d'inscription samedi 5 juillet 2008 Statut Membre Dernière intervention 5 août 2008 - 5 août 2008 à 11:29
PhP Messages postés 1767 Date d'inscription lundi 11 décembre 2000 Statut Membre Dernière intervention 23 décembre 2009 - 5 août 2008 à 14:49
Bonjour a tous,

Dans ma page index.html j'ai cree des boutons sous flash CS3 qui me servent de menu. Quand je lance le site en local tout vas bien le bouton s'affiche et le lien fonctionne correctement. Mais lorsque j'utilise filezilla et souhaite le mettre en ligne le bouton a disparu.
J'ai deja consulte enormement de pages sur ce forum mais malheureusement je n'ai pas vraiment la solution.
Voici les liens url que j'utilise pour mon bouton
on (release) {
getURL ("http://www.monsite.com/");
}

Voila, j'aurai vraiment besoin de votre aide sachant que ca fait un moment que je bloque dessus.
Merci d'avance.
Alex
A voir également:

5 réponses

PhP Messages postés 1767 Date d'inscription lundi 11 décembre 2000 Statut Membre Dernière intervention 23 décembre 2009 606
5 août 2008 à 11:48
Bjr

Hum t'as bien téléchargé l'animation flash de ton bouton portant l'extension .swf sur ton site ?
0
inexgroup Messages postés 9 Date d'inscription samedi 5 juillet 2008 Statut Membre Dernière intervention 5 août 2008
5 août 2008 à 11:55
bonjour, merci pour ta reponse, et j'ai bien telecharge via filezilla mon bouton.swf et j'ai uniquement ma page index qui s'affiche sans le bouton, je n'ai pas la moindre idee d'ou ca pourrait venir.
As-tu une idee?
0
PhP Messages postés 1767 Date d'inscription lundi 11 décembre 2000 Statut Membre Dernière intervention 23 décembre 2009 606
5 août 2008 à 13:09
Fait voir le code de ta page ou mieux l'url
0
inexgroup Messages postés 9 Date d'inscription samedi 5 juillet 2008 Statut Membre Dernière intervention 5 août 2008
5 août 2008 à 13:26
Ca arrive et merci encore pour ton aide

on (release) {
getURL ("http://www.inexgroup.com/inexworld.html");
}


et le code de ma page sous dreamweaver

<!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>InexGroup</title>
<style type="text/css">
<!--
body {
background-image: url(indexl.jpg);
background-repeat: no-repeat;
margin: auto;
background-position: center top;
background-color: #000000;
}
#apDiv5 {
position:relative;
left:0px;
top:100px;
width:108px;
z-index:1;
margin: auto;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<div id="apDiv5">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','150','height','50','src','boutonworld','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','boutonworld' ); //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="150" height="50">
<param name="movie" value="boutonworld.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />

<embed src="boutonworld.swf" width="150" height="50" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript></div>
<div id="apDiv4"></div>
<div id="Terre"></div>
<div id="BoutonAmbitat"></div>
<div id="CH81">
<div align="left"></div>
</div>
<div id="Amelie"></div>
<div id="CIMG2720"></div>
<div id="jade"></div>
<div id="MG211"></div>
<div id="MG218A"></div>
<div id="ALL104"></div>
<div id="AL104"></div>
<div id="ALL122"></div>
<div id="ESTMETROP"></div>
<div id="commode"></div>
<div id="IND0063"></div>
<div id="IND0248"></div>
<div id="IMGP3696"></div>
<div id="IND0126"></div>
<div id="IND0012"></div>
<div id="IND0935"></div>
<div id="apDiv1"></div>
<div id="MET201"></div>
<div id="VEL210"></div>
<div id="apDiv3"></div>
<div id="apDiv2"></div>
<div id="PhotoHaut"></div>
<div id="PhotoMilieu"></div>
<div id="PhotoBas"></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>0</p>
<p> </p>
<p> </p>
</body>
</html>
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
PhP Messages postés 1767 Date d'inscription lundi 11 décembre 2000 Statut Membre Dernière intervention 23 décembre 2009 606
5 août 2008 à 14:49
Hum je sais pas d'où sort ce script Javascript mais je l'ai viré

http://www.nobodysperfect.freesurf.fr/inexgroup.htm

Mais ton bouton ne fait tjrs rien : peut-être un pb dans le code Flash

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> 
<title>InexGroup</title> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<style type="text/css"> 
<!-- 
body { 
background-image: url(indexl.jpg); 
background-repeat: no-repeat; 
margin: auto; 
background-position: center top; 
background-color: #000000; 
} 
#apDiv5 { 
position:relative; 
left:0px; 
top:100px; 
width:108px; 
z-index:1; 
margin: auto; 
} 
--> 
</style> 
</head> 
<body> 
<div id="apDiv5"> 
<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="150" height="50"> 
<param name="movie" value="boutonworld.swf" /> 
<param name="quality" value="high" /> 
<param name="wmode" value="transparent" /> 
<embed src="boutonworld.swf" width="150" height="50" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" wmode="transparent"></embed> 
</object> 
</div> 
<div id="apDiv4"></div> 
<div id="Terre"></div> 
<div id="BoutonAmbitat"></div> 
<div id="CH81"> 
<div align="left"></div> 
</div> 
<div id="Amelie"></div> 
<div id="CIMG2720"></div> 
<div id="jade"></div> 
<div id="MG211"></div> 
<div id="MG218A"></div> 
<div id="ALL104"></div> 
<div id="AL104"></div> 
<div id="ALL122"></div> 
<div id="ESTMETROP"></div> 
<div id="commode"></div> 
<div id="IND0063"></div> 
<div id="IND0248"></div> 
<div id="IMGP3696"></div> 
<div id="IND0126"></div> 
<div id="IND0012"></div> 
<div id="IND0935"></div> 
<div id="apDiv1"></div> 
<div id="MET201"></div> 
<div id="VEL210"></div> 
<div id="apDiv3"></div> 
<div id="apDiv2"></div> 
<div id="PhotoHaut"></div> 
<div id="PhotoMilieu"></div> 
<div id="PhotoBas"></div> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p> </p> 
<p>0</p> 
<p> </p> 
<p> </p> 
</body> 
</html>
0