hello, i’m asking you help from France. So excuse me for my bad english…
I want to modify the script of the thumbnail galery XML :
I want to change the apparition of the thumbnails and related large image and description in a reverse mode. This, would permit me to display the new images of my gallery in the first position. (You see first the new images).
I suppose that it would be possible to modify the arrays… but i don’t succeed…
I hope someone will find the answer to my problem. Moreover it would be really helpful for many people.
well if you want to start with the last entry in the xml file and count down backwards all you have to do is instead of having [COLOR=red]p = 0[/COLOR] put [COLOR=red]p=total-1[/COLOR] assuming you didnt change any of the variables from the fla. that will load the last image first. but all you have to do to get the new pictures to load first is to put them first in your xml file like modji said.