I have just completed your Photo Gallery Tutorial which works great. I have a very simple question. Instead of the prev/next buttons I would like to have numbered buttons to reveal the remaining images. In other words, if I have 5 images in the xml file and the first image comes up, I want 5 buttons (not thumbnails, maybe just numbered buttons) next to it that you can click to reveal the other images. I honestly tried to adapt the code from the tutorial to make this happen as it seems like it would be a simple adaptation, but I couldn’t make it work. I’m really a designer with a little actionscript knowledge… sorry for the dumb question!
ok i basicly recreated what you guys have been talking about in the above posts, the one thing i want to add to it is a launch bar. how do i go about doing that with the XML photogallery with the 5 buttons. im not that good in coding i just understand everything and how it works. can someone help. i have the button ready and everything, idk what code i should put in, like for each pic in the gallery i want a diff link, its like a recent projects gallery
If I wanted to put the code on the button_mc, and call to it from inside mc, how would I do this?
I tried this in an OnClipEvent, and left the code in the main as without the button references, but it isn’t working
this.onRelease = function() {
p = 2;
firstImage();
};
Hello everyone. I just completed Kirupa’s Photo gallery Tutorial as well – very informative. One thing that I would like to do is create a grid of thumbnails to display instead of using the scroller? Seems pretty easy, even easier than the scroller, but my grid function is giving me problems all day. I have scrapped it and decided to start over. Does anyone have any suggestion on adding a simple grid format to display the thumbnail images to the immediate left of the full size image? Then, when a thumbnail is clicked, it will display the full size image to the right – working exactly like the tutorial. I want to keep as much code from the tutorial as I can, but maybe that was my problem. I’m thinking the grid to be 3 or 4 columns by 4 or 5 rows. Thanks for the help.
Hey, posted this else where but this thread may be more relevent to what I’m working on. Big fan of your fan of your work scotty on all posts by the by. I am stuck at the moment and was hoping someone could take a sec and give me some advice. I’m attaching the files I’m working on for the photo gallery. the problem is I can’t for the life of me load the thumbnail scroller that needs to be at the bottom of the screen. right now there is a placeholder mc of what it’s suppossed to look like and I want the images to scroll infinitely and highlight when you rollover them. i’m sure this is just my sheer lack of experience but perhaps someone can give me a nudge in the right direction.
hi:)
I’ve been checking the Photo Gallery Using XML and Flash (http://www.kirupa.com/developer/mx20...otogallery.htm) and trying to modify it in some ways… is it possible to make the description text fade in and out like the images do? Or at least that the description text only appeared after the images has been loaded…
Many thanks!
[QUOTE=gmartins;2354418]hi:)
I’ve been checking the Photo Gallery Using XML and Flash (http://www.kirupa.com/developer/mx20...otogallery.htm) and trying to modify it in some ways… is it possible to make the description text fade in and out like the images do? Or at least that the description text only appeared after the images has been loaded…
Many thanks!
Gonçalo[/QUOTE]
in the layer above desc_txt create a mc, with the same colour as the background ,which covers up the textfield. Change this function to