Check this video out at Hi-Res here: http://www.tutvid.com/tutorials/flash/tutorials/photoGallery.php
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!
Duration : 0:26:9
[youtube cylX1lThTN0]
Absolutely love …
Absolutely love your tutorials, so easy to follow. Any chance you could do a similar gallery but with AS3?
Thank you, keep up the good work.
Man, that was …
Man, that was easily the best flash tutorial i’ve seen so far! keep it up!
Great tutorial. …
Great tutorial. Just what I needed to help me get started on a project. Thanks.
I got everything to …
I got everything to work except for at the end. I cannot get the thumbnails to bring up the images they are supposed to point to.
I do a preview and all I see is img1 and all the thumbnails…clicking either of the thumbnails changes nothing…img1 just stays there…any ideas?? Anybody? Im using AS 2.0 Thanks!!!
Fantastic… Good …
Fantastic… Good video and audio. Well done dude!
and again…. …
and again….another EXCELLENT video
There’s a couple of …
There’s a couple of ways to do it. One way is to have those pictures as individual frames and under each keyframe, have the arrows navigate between the previous keyframes. A little lengthy if you have such a huge selection of images, but it’ll still get the job done none the less.
To IIss882: I had …
To IIss882: I had the same problem, I redid the tut in action script 2.0 and always saved as flash player 8. It worked!
TutVid is the best!!!!!
if I have like 100 …
if I have like 100 pictures does anyone know how to make like arrows that i can scroll through all of them at the bottom?
22:30 I can’t …
22:30 I can’t select a single button..I use cs3. Please help!!
I LEARN A LOT THANKS
I LEARN A LOT THANKS
people like you are …
people like you are rare you take your own time for free and provide quality. This tutorial finally enabled me to wrap my head around flash. Thank you so much!
Thanks verry much. …
Thanks verry much. So easy to understand. Great tutorial!
Awesome… From …
Awesome… From someone who was a senior programmer for 6 years and then a training video editor, I wish you were one of my video trainers back then. Life would have been a lot easier. Great job buddy.
when trying to make …
when trying to make the rollOver, this keeps coming up…
1119: Access of possibly undefined property onRollOver through a reference with static type flash.display:SimpleButton.
suggestions?
very nice, great job
very nice, great job
I was getting the …
I was getting the same errors with the action script too using action script 3. Corri103 is right, switching to action script 2 worked for me. Nice tutorial btw
brilliant, been …
brilliant, been looking for a simple tutorial like this for ages. 1st time on flash, few wee errors but got around them in the end after realising my own daft mistakes. Thankinyou
Also its not a …
Also its not a motion tween for CS4 its a Classic tween
not that in CS4 you …
not that in CS4 you may have to click brake apart before distribute to layers
you need to use 2.0 …
you need to use 2.0 u were prob using 3.0
Can I make this in …
Can I make this in Flash 8 also?
please help.
You ROCK!!!! This …
You ROCK!!!! This is the first time I use Flash & got me through it PER FECT LY!!!! Thanks & keep up the awesome job!!!
first of all is
…
first of all is
thumb1.onRollOver=function(){
this._alpa=100;
}
not
thumb1.onRollover=function(){
this._alpa=100;
}
you have to use …
you have to use actionscript 2.0, i went through the whole thing using cs4 and had the same error you’re having