- Home
- Categorie
- Digital Marketing
- Grafica, Visual Design & UX
- AIUTO flash xml gallery slideshow
-
no è una ricerca da una cartella che l'utente scrive e si trova la foto che vuole lui...
per favore dai un'occhiata all'esempio.ciao e grazie che mia hai risposto
-
Scusa ma non ho il tempo di guardare tutti i files che ognuno di voi allega.
Ennesima scusa ma davvero non capisco, "è una ricerca da una cartella che l'utente scrive e si trova la foto che vuole lui"
Ho mi fai degli esempi di codice, a quel punto posso darti una mano, ma così ...
-
esatto bravo, come faccio a farti un esempio se non lo realizzato quindi, non posso scriverti un codice....
caspita sono una frana... uffa
ti prego guarda qui:http://www.davidegiglio.com/provangela.htm
grazie
-
Quella è una semplicissima slide show di immagini.
Cosa centra l'input text?
-
dai nn mi prendere in giro, come si fà il campo per la ricerca, stai dicendo che è semplice ma nn ci capisco come far interagire l'utente....
-
forse può essere che ho sbagliato a usare il termine text input per quello che devo fare??? Può essere? Io devo una ricerca di una foto ci sono altri modi per farla??
grazie mille
-
Caro/cara plutone100, non mi permetterei mai di prenderti in giro.
Il fatto è che davvero non si capisce cosa vuoi fare.
-
cara, dato il mio nick è parecchio machile solo x un fatto che mi piacciono i pianeti e x non aver rotture da parte di maschi che magari scrivo oscenità.
cambiando discorso... allora mi dai una mano?!
-
ciao Flep mi puoi aiutare x favore? hai visto gli esempi?
dai aiutami......
-
Oggi e domani non ce la faccio proprio, sono super impegnato.
Domenica vedrò cosa posso fare ....
-
Ciao Flep, ecco lo actionscript che ho io nel mio file di flash:
//======= Back / Forward arrow control =================
back_btn.onRelease = function() {
myGallery.prevImage();
};
back_btn.onRollOver = function() {
this.gotoAndStop(2);
};
back_btn.onRollOut = function() {
this.gotoAndStop(1);
};
next_btn.onRelease = function() {
myGallery.nextImage();
};
next_btn.onRollOver = function() {
this.gotoAndStop(2);
};
next_btn.onRollOut = function() {
this.gotoAndStop(1);
};
//===== Pause / Play control ===========================
var swap = true;
pause_btn.onRelease = function() {
if (swap) {
stopAuto();
} else {
startAuto();
}
};
pause_btn.onRollOver = function() {
this.outline.gotoAndStop(2);
};
pause_btn.onRollOut = function() {
this.outline.gotoAndStop(1);
};
function stopAuto() {
swap = false;
pause_btn.gotoAndStop(2);
myGallery.stopAutoPlay();
}
function startAuto() {
myGallery.startAutoPlay(2);
swap = true;
pause_btn.gotoAndStop(1);
}
//call back function if an image is selected and the property "stopAutoOnClick" is set to true
function autoCheck() {
stopAuto();
}
myGallery.addEventListener("autoPlayStopped", autoCheck);ECCO il file in xml:
<gallery>
<!-- The line below sets the path to the folder where the images are stored -->
<setup path="../images/"/>
<!-- The following lines set the names of your images and thumbnails -->
<item>
<thumb>01.jpg</thumb>
<img>01.jpg</img>
<caption>| 01 / 41 |</caption>
</item>
<item>
<thumb>02.jpg</thumb>
<img>02.jpg</img>
<caption>| 02 / 41 |</caption>
</item>
<item>
<thumb>03.jpg</thumb>
<img>03.jpg</img>
<caption>| 03 / 41 |</caption>
</item>
<item>
<thumb>04.jpg</thumb>
<img>04.jpg</img>
<caption>| 04 / 41 |</caption>
</item>
<item>
<thumb>05.jpg</thumb>
<img>05.jpg</img>
<caption>| 05 / 41 |</caption>
</item>
<item>
<thumb>06.jpg</thumb>
<img>06.jpg</img>
<caption>| 06 / 41 |</caption>
</item>
<item>
<thumb>07.jpg</thumb>
<img>07.jpg</img>
<caption>| 07 / 41 |</caption>
</item>
<item>
<thumb>08.jpg</thumb>
<img>08.jpg</img>
<caption>| 08 / 41 |</caption>
</item>
<item>
<thumb>09.jpg</thumb>
<img>09.jpg</img>
<caption>| 09 / 41 |</caption>
</item>
<item>
<thumb>10.jpg</thumb>
<img>10.jpg</img>
<caption>| 10 / 41 |</caption>
</item>
<item>
<thumb>01.jpg</thumb>
<img>11.jpg</img>
<caption>| 11 / 41 |</caption>
</item>
<item>
<thumb>12.jpg</thumb>
<img>12.jpg</img>
<caption>| 12 / 41 |</caption>
</item>
<item>
<thumb>13.jpg</thumb>
<img>13.jpg</img>
<caption>| 13 / 41 |</caption>
</item>
<item>
<thumb>14.jpg</thumb>
<img>14.jpg</img>
<caption>| 14 / 41 |</caption>
</item>
<item>
<thumb>15.jpg</thumb>
<img>15.jpg</img>
<caption>| 15 / 41 |</caption>
</item>
<item>
<thumb>16.jpg</thumb>
<img>16.jpg</img>
<caption>| 16 / 41 |</caption>
</item>
<item>
<thumb>17.jpg</thumb>
<img>17.jpg</img>
<caption>| 17 / 41 |</caption>
</item>
<item>
<thumb>18.jpg</thumb>
<img>18.jpg</img>
<caption>| 18 / 41 |</caption>
</item>
<item>
<thumb>19.jpg</thumb>
<img>19.jpg</img>
<caption>| 19 / 41 |</caption>
</item>
<item>
<thumb>20.jpg</thumb>
<img>20.jpg</img>
<caption>| 20 / 41 |</caption>
</item>
<item>
<thumb>21.jpg</thumb>
<img>21.jpg</img>
<caption>| 21 / 41 |</caption>
</item>
<item>
<thumb>22.jpg</thumb>
<img>22.jpg</img>
<caption>| 22 / 41 |</caption>
</item>
<item>
<thumb>23.jpg</thumb>
<img>23.jpg</img>
<caption>| 23 / 41 |</caption>
</item>
<item>
<thumb>24.jpg</thumb>
<img>24.jpg</img>
<caption>| 24 / 41 |</caption>
</item>
<item>
<thumb>25.jpg</thumb>
<img>25.jpg</img>
<caption>| 25 / 41 |</caption>
</item>
<item>
<thumb>26.jpg</thumb>
<img>26.jpg</img>
<caption>| 26 / 41 |</caption>
</item>
<item>
<thumb>27.jpg</thumb>
<img>27.jpg</img>
<caption>| 27 / 41 |</caption>
</item>
<item>
<thumb>28.jpg</thumb>
<img>28.jpg</img>
<caption>| 28 / 41 |</caption>
</item>
<item>
<thumb>29.jpg</thumb>
<img>29.jpg</img>
<caption>| 29 / 41 |</caption>
</item>
<item>
<thumb>30.jpg</thumb>
<img>30.jpg</img>
<caption>| 30 / 41 |</caption>
</item>
<item>
<thumb>31.jpg</thumb>
<img>31.jpg</img>
<caption>| 31 / 41 |</caption>
</item>
<item>
<thumb>32.jpg</thumb>
<img>32.jpg</img>
<caption>| 32 / 41 |</caption>
</item>
<item>
<thumb>33.jpg</thumb>
<img>33.jpg</img>
<caption>| 33 / 41 |</caption>
</item>
<item>
<thumb>34.jpg</thumb>
<img>34.jpg</img>
<caption>| 34 / 41 |</caption>
</item>
<item>
<thumb>35.jpg</thumb>
<img>35.jpg</img>
<caption>| 35 / 41 |</caption>
</item>
<item>
<thumb>36.jpg</thumb>
<img>36.jpg</img>
<caption>| 36 / 41 |</caption>
</item>
<item>
<thumb>37.jpg</thumb>
<img>37.jpg</img>
<caption>| 37 / 41 |</caption>
</item>
<item>
<thumb>38.jpg</thumb>
<img>38.jpg</img>
<caption>| 38 / 41 |</caption>
</item>
<item>
<thumb>39.jpg</thumb>
<img>39.jpg</img>
<caption>| 39 / 41 |</caption>
</item>
<item>
<thumb>40.jpg</thumb>
<img>40.jpg</img>
<caption>| 40 / 41 |</caption>
</item>
<item>
<thumb>41.jpg</thumb>
<img>41.jpg</img>
<caption>| 41 / 41 |</caption>
</item></gallery>
ciao e buona giornata a tutti quelli del forum
Angy
-
ciao ragazzi... rinnovo l'aiuto in qualcuno che abbia visto cosa ho scritto sulle gallrery in slideshow....
date per favore un'occhiata a questa gallery che ancora non funziona come vorrei...
http://www.davidegiglio.com/ritratti_new/sample/ritratti.htm
vicino ai controlli c'è una casella per immettere il numero della foto che si desidera vedere subito, ma non mi funziona PERCHé?!?!?!
by Angy
-
Ciao a tutti, ieri ho visto che in rete che c'è un qualcosa di simile ma si applicava a un motore di ricerca yahoo, e poi ho visto il caricamento di una foto ma bisognava scrivere il nome della foto.
Qualcuno puoi darmi una mano?! Mi stò disperando a fare stà maledetta gallery, tutti voi immagino che siate bravi nel comprendere il problema, ma il punto è che nemmeno ho capito cosa sia!Va bèh attendo che qualcuno mi scriva qualcosina...
Buona Giornata a tutti, soprattutto a te Flep!?
-
Ciao Flep, se sei nel forum possiamo vedere insieme quel mio problemino che mi affligge?!
Ciao e grazie
-
Ciao qualcuno che lavora e conosce l'actionscript può aiutarmi? Il mio problema è realizzare una ricerca di foto scrivendole con la tastiera e caricandole da una cartella. Naturalmente con flash e xml.
Ciao Angela