tutvid asked:
Check this video out at Hi-Res here: www.tutvid.com We will make a nice little photo gallery in Flash in the following tutorial. All you need are a few images and a few thumbnails for them, the rest is just follow along and it works with any images!
Contents provided by Thiet ke website






I’m stuck, I am working with CS3 on a mac (I am at 23:30) and I can’t seem to apply actions to my buttons, i select the button, as emphasized, but the actions window tells me that actions cannot be applied to the selection.
anyone out there who can help, it would be greatly appreciated.
Man it worked, i didnt believe it, THANKS no words i m speechless THANKS again i hope to create more too.
I can’t make the thumbs to light up
What did i do wrong?
Can’t he make it easier for us to do these???
@dannytucker yea i also want this to work without the thumbnails but that last onpress code is not working for me either, (also using AS3 which is most likely the problem) but @danny first i think u need to take out the stop action on frame 1 of the slideshow inside Photos, this will allow “img1″ to be played. however, i am having trouble finding a way to then be able to click on img1 to play img2, click on 2 to play 3 and so forth please help anyone
@dannytucker yea i also want this to work without the thumbnails but that last onpress code is not working for me either, (also using AS3 which is most likely the problem) but @danny first i think u need to take out the stop action on frame 1 of the slideshow inside Photos, this will allow “img1″ to be played. however, i am having trouble finding a way to then be able to click on img1 to play img2, click on 2 to play 3 and so forth please help anyone
Can we make the pictures set vertically not horizontally like in the video?????
@Christopher1290
hello, I answer your question. Flash version he uses is the number 8. is a bit old, but I’m sure this is the Action Script version 2.0. all the codes you see are from this version.
@Christopher1290
hello, I answer your question. Flash version he uses is the number 8. is a bit old, but I’m sure this is the Action Script version 2.0. all the codes you see are from this version.
@Christopher1290
hello, I answer your question. Flash version he uses is the number 8. is a bit old, but I’m sure this is the Action Script version 2.0. all the codes you see are from this version.
nice man, thanks for your help..!! i need this for my web site. a lot thanks
You are good. I saved this to my hard drive. Can I ask? What Actionscript are you working in, 2 or 3? I’m using Flash Cs4. I would also like to ask if it would be possible to include a tutorial on how to save these projects on completion. I would like to know if it is possible to save these projects in a file format that can be uploaded say to photobucket or any file hosting site so as to be able to embed them into a Myspace Page?
Thanx so much… it’s really help me for my final project… ^^
Very good!!
Thank you so much!!
@SexAndTheClub .. Ummm which actionscript are you using… you have to put it on Actionscript2.0 .. if AS3 then select
AS3.0 – on action pallete.. you wanted to fade out.. on mouse roll over.
Great tutorial!!! this is so simple and fun, action script doesn´t seem hard to learns as i thought, thank u very much!
Great tutorial!! I was wondering if you could post a video on how to animate the thumbnail when clicked so that it rotates while moving on a tween out and back in to where the main picture will be and then at the end of the tween the main full picture appears. Thank you so much your the greatest!
awesome .. anyone knows how to put your slideshow on your page layout for the web?
thum1.onRollOver=function(){
this._alpha=100;
}
thum1.onRollOut=function(){
this._alpha=50;
}
You wrote thum not thumb
tutvid! your the best! ever! ^_^
THANK YOU fOr this tutOriaL. it reaLLy heLp mE fOr my pROject.
Helloooow,,,,
when i type this script
thum1.onRollOver=function(){
this._alpha=100;
}
thum1.onRollOut=function(){
this._alpha=50;
}
it’s not working! i’m using CS3…
anyone know whts d prob???… plzz, help me out….
Does anyone know how to add a pre-loader to this awesome flash gallery?
Is there any way to use this with images loaded in dynamically? I mean Ive been trying to get kind of the effect of images loading in from 0% to 100% through blank movie clips
Excellent! Is there away you can add a slideshow where it automatically goes to the next image. I am working on one right now I but it loads everything causing it to take a long time to start the website.–It seems I have to abandon slideshow because it loads all the image in that time line.
Thanks. It looks hard, but its really easy if you payed attention.