This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
Aires (7)
Aires Photo Gallery with XML
Aires Photo Gallery discovering it ...1 - After loading the larger image, press it.
The photos were concealed minors, to see the photos again return to press!
2 - In the box where it has a number, that is the total of photos.
For example: I have 10 pictures in the gallery, I want to see the photo 6, which is the number you type 6 and presses the button on the side!
ready! will... more >
9004 downloads, 65169 views
aires vinicuis aires vinicius photo gallery photo ffiles download xml flash actionscript as
Comments
You need to login to post a comment.
I downloaded this gallery from ffiles, it's great but I can't insert it in my project. When I copy the files to my project I can't see the photo's but only the frames are visible. Also I tried to import the SWF, same story. Could you explain me why, maybe there is a difference with this file here available. Thanks in advance for your help.
hi i love the effects, can you tell me how to autoslide the photos?
@mmteam
See the link below for some galleries:
mmfiles.com/users/aires/?sort_by=sales& order=desc&apage=65
Thank Bro but I would like to know something that is this Gallery can Auto Slide Show ? How to do, please teach me Thank You very much
pictures are awesome!
Also from me ....
Beautiful Work. Many Thanks
beautiful work. thanks ;)
hola me regusta esta galeria, y estoy aprendiendo action script y estoy viendo el cdigo de esta galeria pero nose como hacer un boton de siguiente y anterior de la imagen grande que vemos, si me pods ayudar te lo agradecera un montn, estoy empezando en esto y todo me cuesta mucho, mucho ya que no puedo hacer un curso o algo similar. Muchas gracias y espero tu respuesta, mi mail es [email protected]
nice job
gostei do seu arquivo, presiso de ajuda com umas coisas, me pasa teu email sim?
again, pretty smart. I like the 508 content actions.
good work
Hey Airies I don't quite understand the Aires Generator of XML. Firstly, the photos that I want to use in this Photo Gallery are all in a file. Is there a need to upload these photos before generating the XML with the XML Generator you provided?
& also, I would like to know whether I would need Flash or something to combine the XML Code of different pictures & place it on my site (which was self-built by website editing software).
Thanks for the reply in advance, & I appreciate your work. I do hope to receive a reply from you soon as I am in a bit of a rush in completing the website.
Very Good!
I like this celar design - but I think that the arrow may be on other side - its little bit confusing ...
nice thanks man
please can you add me in msn messenger
//
[email removed by admin, do not post email as comment, you would receive spam]
Hello Lara, visit the blog of Aires Photo Gallery and see the rise of XML.
Blog URL -> airesphotogallery.blogspot.com/
Aires, very cool your work, but it doesn't work if i change the images? I changed the xml file and i have to change anything more? I dont know how to do... Tks!
Not with actionscript used ...
Sorry for not having responded before!
Join the blog of Aires Photo Gallery -> airesphotogallery.blogspot.com
Hello
Is this available in MX 2004 (AS 2)?
Thanks.
Steve
Not yet ...
But in Aires Photo Gallery v1.0 - I will join the two types of navigation on the thumbnails, taking these settings by XML. And much more ...
I am grateful for the praise!
do you have ready the new AIRES PHOTO GALLERY 1.0?
It's really fantastic.
I hope see it early in ffiles
congratulations
Again only have to thank!
Join the blog of Aires Photo Gallery -> airesphotogallery.blogspot.com
And here's the generator of XML done to Aires Photo Gallery, which will facilitate their life!
cool !!
excellent
Hello
Will this work in MX 2004?
Thanks.
Steve
Esta genial.
He visto tu version 1.0 y se mejora bastante. A ver si publicas el FLA
Fantastico.
Chichio
Yes it is easy to do, since the objects are lined up as the size of the stage!
Press Ctrl + J and change the size of 480 to 380.
Squeggie
I thank the recommendation, more in the new version, which is being built, this has already been added.
And pressing the arrow up or down the thumbnail if disappears and appears.
You can see the updates on the blog -> airesphotogallery.blogspot.com/
Great! Felicidades.....it would be nice to have a rectangular shape...(widescreen)..don't you think? 650x380..Is this easy to do...entiendo muy poco de flash...y espanol tampoco
this is pretty interesting design, I just have one thing i would recommend, the left and right button to view the minimized images, i think they go backwards, but pretty much everything on this is really cool, GJ thanks
men this proyect is cool, in other words muy muy tuanis
Thanks for all comments.
Keep track of updates:
airesphotogallery.blogspot.com/
-------
Agradeo por todos os comentrios.
Acompanhe as atualizaes:
airesphotogallery.blogspot.com/
Muito bom.
Voc de onde}
nice
excelente, preciosa galeria, muy creativa, me encanta =)
GOod work... just a bug when roll over the button... beauty images
Like....WOW! Excellent piece of work, really impressive gallery, nicely thought out navigation & options 10/10
Excellent work.
Good, good work my friend. this gallery work very fine. Congratulations!!
I thank you for that assessment of the work.
Very Good
I like show and hide small pictures when click mouse on main picture.
thank
Thank you very much
Thanks
Very Good
I thank to hear that!
The code that spent on post below was cut by more than the characters, but can tell know where exchange.
Yes .. is possible!
Replace:
esq._visible = thmb._visible=pre._visible=true;
dir._visible = false;
For this:
dir._visible = thmb._visible=pre._visible=true;
esq._visible = false;
Replace:
dir.onRollOver = function() {
esq._visible = dir._visible=true;
thmb.onEnterFrame = function() {
this._x += c;
if (thmb._x>=masc._x) {
deleta();
thmb._x = masc._x;
dir._visible=false, esq._visible=true;
}
};
};
esq.onRollOver = function() {
dir._visible = esq._visible=true;
thmb.onEnterFrame = function() {
this._x -= c;
if (thmb._x<=masc._x+masc._width-thmb._widt h) {
deleta();
thmb._x = masc._x+masc._width-thmb._width;
esq._visible=false, dir._visible=true;
}
};
};
For this:
esq.onRollOver = function() {
esq._visible = dir._visible=true;
thmb.onEnterFrame = function() {
this._x += c;
if (thmb._x>=masc._x) {
deleta();
thmb._x = masc._x;
dir._visible=true, esq._visible=false;
}
};
};
dir.onRollOver = function() {
dir._visible = esq._visible=true;
thmb.onEnterFrame = function() {
this._x -= c;
if (thmb._x<=masc._x+masc._width-thmb._widt h) {
deleta();
thmb._x = masc._x+masc._width-thmb._width;
esq._visible=true, dir._visible=false;
}
};
};
Very good work.
It is possible that the movement is unlike?
Thank you
Nice
thanks for comment.
good