Adding Thumbnails + Slideshow

[FONT=Verdana][SIZE=4][COLOR=#003366]I want use the [/COLOR][/SIZE][/FONT]****[FONT=Verdana][SIZE=4][COLOR=#003366]Adding [/COLOR][/SIZE][/FONT] [FONT=Verdana][SIZE=4][COLOR=#003366]Thumbnails

[/COLOR][/SIZE][/FONT]**[FONT=Verdana][SIZE=4][COLOR=#003366]http://www.kirupa.com/developer/mx2004/thumbnails.htm

[/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=4][COLOR=#003366]and add a buttom which will load it as [/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=4][COLOR=#003366]Photo [/COLOR][/SIZE][/FONT]** [FONT=Verdana][SIZE=4][COLOR=#003366]Slideshow Using XML and Flash with the full feature of the adding thumbnails?!

but I am now in flash actionscripts, still in learning.

can anyone help me?! how to get this done?! :slight_smile:
Thanks in advance :slight_smile:

[/COLOR][/SIZE][/FONT]

dude we aint blind… :bad:

you could create a movie next to it which loads when you press the button … theres a tutorial on kirupa for that 1 also. With the adding stuff i cant help you

[FONT=Verdana][SIZE=4][COLOR=#003366]Sorry I [/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=4][COLOR=#003366]use the [/COLOR][/SIZE][/FONT]****[FONT=Verdana][SIZE=4][COLOR=#003366]Adding [/COLOR][/SIZE][/FONT] [FONT=Verdana][SIZE=4][COLOR=#003366]Thumbnails, but something is happening to this gallery,

I have a problem with my own slideshow loading and stop.

I have creat a movieclip obj…named >>Slide_Show_mc (kind of Sound On OFF button) inside this movieclip, I have the frames with label “slide show on” and “slide show off” buttons in same layer( different frame).

I can make the [COLOR=DarkOrange]slideshow play once and stop[/COLOR], it should be continue.

And I need this movieclip button to go to my label “slide show off” frame to show my"stop" graphic!! and I need help on making the action for the "stop"graphic.

Key.addListener(listen);
previous_btn.onRelease = function() {
    prevImage();
};
next_btn.onRelease = function() {
    nextImage();
};
Slide_Show_mc.onRelease = function(){
    slideshow();
};

I tried to creat the gotoAndStop(); but it does not go to my target label?!!

I see the function for “pause_slideshow()”

do I have to use “IF” even?!

can anyone help me out plz! Thanks!
[/COLOR][/SIZE][/FONT]