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]
For the proper …
For the proper control of images, in AS3:
btn1.addEventListener(MouseEvent.CLICK, actie15);
function actie15(event:MouseEvent):void{
fotosMC.gotoAndPlay(“img1″);
;
}
Hi..went thru this …
Hi..went thru this great video..does anyone know how to 1. Slow down the scroll and 2. How to stop the automatic play of scrolling and be abel to click and activate the scroll…NEED HELP thx! : )
When it gets to 22: …
When it gets to 22:28 adding action script to the thumbs . . . I click a button on the stage (MasterClipMC) I press F9 and my action script prompter comes up and says “Current selection cannot have actions applied to it.” What am I doing wrong?I am using CS4 and had to go in one by one to create each state for my buttons . . . did that mess things up? HELP
i have the same …
i have the same problem! I tried it in AS2 and AS3, too….argh
all those using …
all those using flash cs4 use this code for the button rollover:
import flash.events.MouseEvent;
thumb1.addEventListener(MouseEvent.MOUSE_OVER, manageMouseOver1);
thumb1.addEventListener(MouseEvent.MOUSE_OUT ,manageMouseOut1);
function manageMouseOver1(e:MouseEvent) :void{
thumb1.alpha=1;
}
function manageMouseOut1(e:MouseEvent): void{
thumb1.alpha=0.5;
}
when i try placing …
when i try placing action script on mu thumbAS layer
it says
extra characters found at the end of the programm HELP?when i delete the curly brackets though it says fnot specified :/
really good :]
really good :]
About three months …
About three months ago life circustances forced me to learn CSS/HTML code so I can design and create our website from scratch.
I credit you and about 10 other css teachers for making it possible for me, a 62-yr grandma, to experience the beauty of creating with css within my lifetime. Thank you.
I love Your …
I love Your tutorials. Thank You.
I designed this …
I designed this gallery and it looks great only my images are top left of the page, I followed the centre instructions to the letter. Im not sure where I went wrong, how do I centre it to the stage.
Thanks
Awesome. Thanks a …
Really nice Tutorial 5 stars
Awesome. Thanks a lot
good tutorial
good tutorial
Can I import other …
Can I import other transitions and use them, for instance, if I want something to slide in or bounce in from the top or side? Also, can I create a loader class to load my thumbs from an xml file? This would indeed make changing and updating the file very easy.
Great tutorial!
…
Great tutorial!
Question: If my gallery has a lot of pictures, the thumbnails will exceed the stage width. Any suggestions for a solution?
AWESOME! I …
AWESOME! I followed this tutorial last night and it worked PERFECTLY! Thank you so much. Your tutorials are structured very well and I appreciate the quality of your instruction. I can’t wait to view more.
Anybody able to …
Anybody able to help with the AS3 in CS4? I am having trouble getting the last part where you add actions script to the buttons. Thanks
thanks a lot
did …
did it but it wasn’t as neat as urs !! but got the basics!!
thanks a lot
Great Job.. thanks again
Good stuff. I find …
Good stuff. I find it funny though every time you say moooooooovieclip.
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.