Check this video out at Hi-Res here: http://www.tutvid.com/tutorials/flash/tutorials/scrollThumbGal.php
In this tutorial we will build off of the the scrolling thumbnails video and take it to the next level by building a fully functional gallery with a bonus randomizer button. Learn about using variables and rounding numbers and navigating time lines within a flash movie with actionscript. Have fun with this one! Please check out the site http://www.tutvid.com
Duration : 0:23:56
[youtube i1EJpc68EIs]
December 20th, 2009 at 12:01 am
data from XML is …
data from XML is better…thumbs and full images…
December 20th, 2009 at 12:01 am
Thanks for this …
Thanks for this great tutorial. This is exactily what I was looking for.
Now I have and issue loading them up in Dreamweaver. Can you give me a short instruction on that? thanks!!!
December 20th, 2009 at 12:01 am
Greetings:
I am …
Greetings:
I am having the same problem you had. Did you get an answer as to what to do
December 20th, 2009 at 12:01 am
thanks for showing …
thanks for showing how to set this up! however, like some of the other responses I’m having trouble linking them up. I’m trying to use the thumbnails to load .swf movie files into an empty movie clip on the main timeline. It’s not working! The buttons are burried inside a couple of other movie clips so I’m using to _root. to target the main timeline but it’s not working. Do you have another tutorial that actually shows how to USE the thumbnails to open photos, videos or whatever? thanks!!
December 20th, 2009 at 12:01 am
nope it was me, i …
well done joe, you always was good at spelling
nope it was me, i forgot to put an “o” on the end of photo
December 20th, 2009 at 12:01 am
This may be asking …
This may be asking a bit much but is there anyway to make the flash file auto update? I want to use this as my gallery for by portfolio but don’t want to recreate the flash file every time I have something new to add:)
December 20th, 2009 at 12:01 am
i am having a …
i am having a problem with clicking the thumbnails. the images dont pop up above, could anyone help?
December 20th, 2009 at 12:01 am
For god sake! get …
For god sake! get to the point! you are soooo slow!
December 20th, 2009 at 12:01 am
what a annoying …
what a annoying voice you have, i just cant litsen to this guy
December 20th, 2009 at 12:01 am
this should be …
this should be linked to the other scrolling tut.
December 20th, 2009 at 12:01 am
would this work …
would this work with videos from a thumbnail?…thanks
December 20th, 2009 at 12:01 am
i can not get the …
i can not get the images to appear when i click the thumbnails, i over looked everything so many times and everything is perfect. what could be the reason for this? and i made this in a already made document cause im making a layout but that shouldnt effect it. help!
December 20th, 2009 at 12:01 am
why is this not …
why is this not doing the random part?
random_btn.onRelease = function (){
var picNum:Number;
picNum = Math.ceil(Math.random()*10);
_photos.gotoAndStop (”img”+picNum);
}
December 20th, 2009 at 12:01 am
This seems to be …
This seems to be working in the ImageBarInside movie clip, but I cannot get the AS 3.0 working in the actions layer of Scene 1. Please help, I am losing my mind!!!!
December 20th, 2009 at 12:01 am
I’m having the same …
I’m having the same problem it would really help if you guys could explain how you sorted this problem?
it’s driving me crazy i’ve done the tutorial 3 times now and i just can’t get the pics to pop up when the thumbnail is pressed…
December 20th, 2009 at 12:01 am
theres another …
theres another video on it… check out his website
December 20th, 2009 at 12:01 am
How would one make …
How would one make the gallery start with a photo already showing
December 20th, 2009 at 12:01 am
I think this is a …
I think this is a great video but I was wonder how do you make the image become a clickable image like go to a website or video after the image shows up???
December 20th, 2009 at 12:01 am
i dont already have …
i dont already have the scorlling thumbnails i got flash cs3 were can i learn how to make the thumbnails?
December 20th, 2009 at 12:01 am
this is the as3 …
this is the as3 code for this tut
var frameNum:Number;
function photoChange():void
{
MovieClip(root).photos.gotoAndStop(”img”+frameNum);
}
btn1.addEventListener(MouseEvent.MOUSE_UP, function(){frameNum=1;photoChange()});
btn2.addEventListener(MouseEvent.MOUSE_UP, function(){frameNum=2;photoChange()});
btn3.addEventListener(MouseEvent.MOUSE_UP, function(){frameNum=3;photoChange()});
…
December 20th, 2009 at 12:01 am
Is it any way to …
Is it any way to name a variable according the value of another variable?
For example, I wanna name a variable “numberslot” and another named “slot:nnumslot” so that if numslot would be “5″ then the name of the “slot” would be “slot:5″
December 20th, 2009 at 12:01 am
you’re so generous. …
you’re so generous. God bless you
December 20th, 2009 at 12:01 am
when i click my …
i spend i swear a whole freaken day i would loose my marbles if it was a small mistake?
when i click my image doesnt display why i can’t figure this out
December 20th, 2009 at 12:01 am
Hi, thanks for the …
Hi, thanks for the tutorial, but am having difficulties applying images so they open when the thumbnail’s clicked on, I don’t know what to do
December 20th, 2009 at 12:01 am
Hi, I have the same …
could you help me plz?
Hi, I have the same problem I made the tutorial 3 times and when I click on thumbs the big pictures is not coming out