Photo Gallery and Thumbnails: Flash Tutorial!

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]

This entry was posted in gallery and tagged , , , , , , , , , , , , , . Bookmark the permalink.

15 Responses to Photo Gallery and Thumbnails: Flash Tutorial!

  1. frozen0tundra says:

    i have the same …
    i have the same problem! I tried it in AS2 and AS3, too….argh

  2. quicksilverusu says:

    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;
    }

  3. jmtzhouston says:

    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 :/

  4. jmtzhouston says:

    really good :]
    really good :]

  5. vintageozarks says:

    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.

  6. DagmarNicole says:

    I love Your …
    I love Your tutorials. Thank You.

  7. jdawgt808 says:

    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

  8. dhead00 says:

    Awesome. Thanks a …
    Awesome. Thanks a lot :D Really nice Tutorial 5 stars

  9. larryexplodeterra says:

    good tutorial
    good tutorial

  10. wrdeboise says:

    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.

  11. ozxyeuwh says:

    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?

  12. widespreadfanic says:

    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.

  13. janecathryn says:

    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

  14. genuinepearl2008 says:

    thanks a lot :) did …
    thanks a lot :) did it but it wasn’t as neat as urs !! but got the basics!!

    Great Job.. thanks again :D

  15. jiminymacca says:

    Good stuff. I find …
    Good stuff. I find it funny though every time you say moooooooovieclip.