|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() Inscription : juin 2007 Messages : 3 ![]() |
Bonjour à tous, je travaille en ce moment sur un site qui comporte des menus flash. Sous IE tout fonctionne correctement, mais lorsque je passe sous firefox, il m affiche un message d'erreur... peut etre est-ce du au changement de dossier qu'il doit effectuer pour chercher la page ?
voici le message d'erreur : (je rappele que c'est uniquement sous firefox) http://www.passionford.com/hosting/c...llobrieres.htm Merci de votre aide !! Noj |
|
|
00
|
|
|
#2 |
![]() ![]() Développeur informatique Inscription : octobre 2006 Messages : 1 606 ![]() |
yep,
ya un backslash dans l'url .. "\" o lieu de "/" avant le nom de la page html .. |
|
|
00
|
|
|
#3 |
|
Invité de passage
![]() Inscription : juin 2007 Messages : 3 ![]() |
onClipEvent (load) { // Sets the first, default _alpha value this._alpha = 70; // Stores its original _x position on a variable for later using this.xO = this._x; // When the mouse moves over this movieclip, highlight and move it this.onRollOver = function() { // Makes it 100% opaque, on 0.5 seconds, using a linear transition this.alphaTo (100, 0.5, "linear"); // Moves it a bit to the right, on 0.6 seconds, using the default animation (easeoutexpo, standard deacceleration) this.tween("_x", this.xO + 20, 0.6); }; this.onRollOut = function() { // Makes it 50% transparent again, on 0.4 seconds, using a linear transition this.alphaTo (70, 0.5, "linear"); // Moves it back to its original _x position, on 0.5 seconds, using the default animation again this.tween("_x", this.xO, 0.5); }; this.onRelease = function() { getURL("Communes/Carnoules.htm") //trace ("4 was clicked."); }; } sous ie ça fonctionne très bien... une idée ? |
|
|
00
|
|
|
#4 |
|
Invité de passage
![]() Inscription : juin 2007 Messages : 3 ![]() |
c'est bon je viens de trouver, le problème venait de la publication en flash, j'ai republié mon animation en flash 7 et plus aucun problème. J'espere que ce post pourra servir à tous ceux qui auront le même problème que moi !
|
|
|
00
|
|
|
#5 |
![]() ![]() Développeur informatique Inscription : octobre 2006 Messages : 1 606 ![]() |
svp!
|
|
|
00
|
Copyright © 2000-2012 - www.developpez.com