Thanks very much Sir for sharing. Your tutorials are very useful to beginners like me. The logic in each approach you make in every tutorials are "user-friendly". Keep it up.
I've been able to do everything, up to the point of having it fade in and out. I've tried rewatching it several times. But am unable to troubleshoot it. besides that, followed this tutorial to the letter and it's looking great. It just doesn't have a fade in. ^^
Hi thanks alot for this video 1) how do you make the clip resume moving once you've centered on it and you move away from it without having to move back into the flash area? 2) how can we increase speed the further left and further right you go? Thanks!
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!!!
This tutorial is perfect, thanks. But how does it work in AS 3.0? The site that I have built so far has all been using AS 3.0 and when I tried to use this on one of my pages, it threw up errors and wouldn't work properly. Are there simple adjustments that can be made to work in AS 3.0, or would I need a completely different tutorial? I hope you can suggest a solution, as this gallery is perfect for my needs. Many thanks.
great video tutorial however i am having a hard time trying to make it work on AS3.0 :( do you have another video tutorial that shows how to create the same scrolling thumbnail gallery using actionscript 3.0? Thank yo
This tutorial is GREAT! Thanks! I need help with a piece of code though.... I am trying to get the imgBar of thumbnails to stop scrolling once one of the thumbnails is clicked. I tried putting "_root.imgBar.stop();" - but it didn't work.... any suggestions?
Excellent tutorial. Thanks. Just one question. I have my own photo gallery created and it all works fine as a separate .swf. However I need to Load my galley.swf externally into my main final.swf. It all loads fine into a blank container, however the code is no longer recognized, so when the gallery loads into the final.swf all I have are scrolling and rollover thumbnails. The click to the photos and the code to move thumbs L and R does not work when loaded externally. DO you know WHY? Thanks
Great work Dude, awesome loved it!! some people are having problem to load photos wen they load gallery to external flash.. but only because as per ur tute Photos layer is in _root nd wen they load in external flash gallery tries to look for Photos layer in _root..!! hows that?? :D :P Cool man!!
Hi, I really like your tutorials and they've been very helpful when creating my website. My only problem is with this one as I've created it as you indicated in both your scrolling tutorials, but it doesn't work. The way I've done it I've created a main.fla and a 'slave' .fla that links into my main. When I test the movie from the 'slave' file it works (meaning that it shows the photos when pressing the thumbnail), but when I test it from the main, it doesn't. Have you come across this before?
if it was workn before you added the fader the error is probably there. Take the script out that plays the fader and see if your pics appear. If they do look at your fader and see what you did wrong when you set it up.
Looks like a good tutorial, but just a question. Why dont you make the tutorials 3.0? Alot of people starting to get it now. Btw any one know a site where i can find something like this, but in AS 3.0?
I got the images to scroll alright but when I do the actionscript it won't react to the mouse, it's like I didn't do anything. Is there a actionscript 3.0 version of this? I have a feeling that that's why it isn't working for me.
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:)
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!!
buenos días desde Colombia, quisiera saber si ustedes tiene el conocimiento de como podría hacer un efecto de drag con una imagen y que me pase al siguiente frame donde esta la otra imagen, de igual manera de regreso así como los celulares con AS2, quedaría muy pendiente de una respuesta ya que e investigado mucho y no e encontrado resultado.
hey.. I get to know what's the problem. it's actually the _root. something something. coz.. my picture were inside a photogallery movie symbol. so I have to _root.photogallery.photos. something something ! yeah ! it works ! thank you so much !
i, like several others, am having trouble calling up the images as i click the corresponding buttons. i managed to make it work for the first line of buttons, however the images won't appear when it gets to the second string of buttons. any help would be awesome
How would you make a preloader for this? I tried the usual trick of creating the preloader at frame one and moving the animation to from 2 but breaks the animation. Can someone tell me why?
HELP ! I really need help here... please. when I click on the button the img does not seem to appeear ! I tried alot of times.. I'm so upset about it. please help me out here.
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!!!!
i wish to do another thing. if i wish to highlight any of photo when i click of the photo that scrolling on this video. how its possible. where can i put the script. if any one help me
Okay, Ive watched this 50 times and Ive been working on this for 3 days and something is not working for me. I can usually figure this stuff out but Im about to pull my hair out. I am still on the part of making pics pop up when you click on the button, nothing is coming up. My script says no errors so I think it might be a labeling error, but Ive checked everything. I also have it as a symbol on my timeline (where video is home page is the symbol on mine). Can someone help?
@oooAkumAooo it does loads how are you loading??? to load externel flash: this.createEmptyMovieClip("container", 1); container._x = 310; container._y = 110; container.loadMovie("mygalery.swf"); nd the main thing is wen u code mygalery.swf which is ur gallery, remember to copy the frame line Photos in _root to the Main file wer u r loading your gallery.. because as per tutorial _root.photo is Photo layer from self file..! nd wen u load this in external file gallery tries to luk in main flash.
the fader doesn't seem to work in CS5. same problem that 925Ashleymarie was having where you can't adjust the alpha for just a single frame, but i can't seem to be able to expand the properties panel to see more options or where there might be an alpha control.. help, anyone with CS5?
when i click my image doesnt display why i can't figure this out :( i spend i swear a whole freaken day i would loose my marbles if it was a small mistake?
help does not work, I have CS4, I did it in AS 2.0, large images will not work, I did like the video step by step and does not work, if someone did please tell me how?
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); }
if you send me a private message i will give you my email address and you can send me a copy of your fla and i will take a look at it and figure out what you are doing wrong and explain it to you if you want me to.
Thanks very much Sir for sharing. Your tutorials are very useful to beginners like me. The logic in each approach you make in every tutorials are "user-friendly".
Keep it up.
All of my new flash stuff is in AS 3.0. This is in 2.0 because the scrolling thumbnails photo was made in Flash 8 with AS 2.0. :)
Thanks for the video...very good tutorial and help me a lots..
I've been able to do everything, up to the point of having it fade in and out. I've tried rewatching it several times.
But am unable to troubleshoot it.
besides that, followed this tutorial to the letter and it's looking great. It just doesn't have a fade in. ^^
u just are....the best! ty!
Hi thanks alot for this video
1) how do you make the clip resume moving once you've centered on it and you move away from it without having to move back into the flash area?
2) how can we increase speed the further left and further right you go?
Thanks!
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!!!
3.0 would be amazing!
This tutorial is perfect, thanks. But how does it work in AS 3.0? The site that I have built so far has all been using AS 3.0 and when I tried to use this on one of my pages, it threw up errors and wouldn't work properly.
Are there simple adjustments that can be made to work in AS 3.0, or would I need a completely different tutorial? I hope you can suggest a solution, as this gallery is perfect for my needs.
Many thanks.
great video tutorial however i am having a hard time trying to make it work on AS3.0 :( do you have another video tutorial that shows how to create the same scrolling thumbnail gallery using actionscript 3.0? Thank yo
thank you...your awesome man!
hi love ur tutorials, though how can i autoplay right after the flash file loads without clicking anything?
This tutorial is GREAT! Thanks! I need help with a piece of code though.... I am trying to get the imgBar of thumbnails to stop scrolling once one of the thumbnails is clicked. I tried putting "_root.imgBar.stop();" - but it didn't work.... any suggestions?
Just great! Thank you very much :)
Excellent tutorial. Thanks. Just one question. I have my own photo gallery created and it all works fine as a separate .swf. However I need to Load my galley.swf externally into my main final.swf. It all loads fine into a blank container, however the code is no longer recognized, so when the gallery loads into the final.swf all I have are scrolling and rollover thumbnails. The click to the photos and the code to move thumbs L and R does not work when loaded externally. DO you know WHY? Thanks
Any plans to redo this for AS3? Seeing as AS2 is being phased out.
thanks a million buddy, really helpful (Y)
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
Great work Dude, awesome loved it!!
some people are having problem to load photos wen they load gallery to external flash.. but only because as per ur tute Photos layer is in _root nd wen they load in external flash gallery tries to look for Photos layer in _root..!!
hows that??
:D :P Cool man!!
Hi, I really like your tutorials and they've been very helpful when creating my website. My only problem is with this one as I've created it as you indicated in both your scrolling tutorials, but it doesn't work. The way I've done it I've created a main.fla and a 'slave' .fla that links into my main. When I test the movie from the 'slave' file it works (meaning that it shows the photos when pressing the thumbnail), but when I test it from the main, it doesn't. Have you come across this before?
if it was workn before you added the fader the error is probably there. Take the script out that plays the fader and see if your pics appear. If they do look at your fader and see what you did wrong when you set it up.
I do believe you can open up a File that uses Actionscript 2.0 if that's what you're stumbling upon.
very good, thanks!
its worth it dude
Looks like a good tutorial, but just a question. Why dont you make the tutorials 3.0? Alot of people starting to get it now. Btw any one know a site where i can find something like this, but in AS 3.0?
I got the images to scroll alright but when I do the actionscript it won't react to the mouse, it's like I didn't do anything. Is there a actionscript 3.0 version of this? I have a feeling that that's why it isn't working for me.
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:)
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!!
Greetings:
I am having the same problem you had. Did you get an answer as to what to do
a question, then that image will be displayed above the gallery and I can do for you link to another scene, he tries various ways and I can not.
buenos días desde Colombia, quisiera saber si ustedes tiene el conocimiento de como podría hacer un efecto de drag con una imagen y que me pase al siguiente frame donde esta la otra imagen, de igual manera de regreso así como los celulares con AS2, quedaría muy pendiente de una respuesta ya que e investigado mucho y no e encontrado resultado.
hey.. I get to know what's the problem. it's actually the _root. something something. coz.. my picture were inside a photogallery movie symbol. so I have to _root.photogallery.photos. something something ! yeah ! it works ! thank you so much !
i, like several others, am having trouble calling up the images as i click the corresponding buttons. i managed to make it work for the first line of buttons, however the images won't appear when it gets to the second string of buttons. any help would be awesome
How did u create the small thumbnails at the start of the video? Able to show it step by step from scratch?
great tutorial! but you should START from the beginning please. :)
@unkle73 i'm also wondering if i could get this similar effect with AS 3, more so the sliding thumbnail part
hey bro...u teach god damn fast.how can people follow you.damn
the gallery i made with your help cant be loaded in to another swf, doesnt work well, why!!!??? help me
How would you make a preloader for this? I tried the usual trick of creating the preloader at frame one and moving the animation to from 2 but breaks the animation. Can someone tell me why?
Greatings.
HELP ! I really need help here... please. when I click on the button the img does not seem to appeear ! I tried alot of times.. I'm so upset about it. please help me out here.
was wondering where the tutorial is for the moving thumbnails themselves O.o
@morgane2 how come i get this output error...
: A term is undefined and has no properties.
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!!!!
in the properties panel missing Filter and Parameters. How can i find and enable them
i wish to do another thing. if i wish to highlight any of photo when i click of the photo that scrolling on this video. how its possible. where can i put the script. if any one help me
please help, where can I find that option? I'm having the same problem...
@xrandombananax
i have the same problem, fader doesn't work, no effect at all.
but all else are ok.
How would one make the gallery start with a photo already showing
Okay, Ive watched this 50 times and Ive been working on this for 3 days and something is not working for me. I can usually figure this stuff out but Im about to pull my hair out. I am still on the part of making pics pop up when you click on the button, nothing is coming up. My script says no errors so I think it might be a labeling error, but Ive checked everything. I also have it as a symbol on my timeline (where video is home page is the symbol on mine). Can someone help?
Can anyone help, If I want add drag event how to do?
@oooAkumAooo it does loads how are you loading???
to load externel flash:
this.createEmptyMovieClip("container", 1);
container._x = 310;
container._y = 110;
container.loadMovie("mygalery.swf");
nd the main thing is wen u code mygalery.swf which is ur gallery, remember to copy the frame line Photos in _root to the Main file wer u r loading your gallery..
because as per tutorial _root.photo is Photo layer from self file..! nd wen u load this in external file gallery tries to luk in main flash.
@tutvid could you make a new one in 3.0 anyway?? *blink blink*
I was not able to get it to stop and no one else has contacted me for a possible solution. If you happen to figure it out, will you let me know?
the fader doesn't seem to work in CS5. same problem that 925Ashleymarie was having where you can't adjust the alpha for just a single frame, but i can't seem to be able to expand the properties panel to see more options or where there might be an alpha control.. help, anyone with CS5?
fader dosent work properly the stop stops it from playing at all, i followed all you said.
when i click my image doesnt display why i can't figure this out :( i spend i swear a whole freaken day i would loose my marbles if it was a small mistake?
this should be linked to the other scrolling tut.
hello I need this scrolling thubnails en action scritp 3 Please
Did you figure out how to do this? I'm wondering how to do so, too.
help does not work, I have CS4, I did it in AS 2.0, large images will not work, I did like the video step by step and does not work, if someone did please tell me how?
@yummy0yummy use the pause button!
Berry good
hello anyone help me how to create drag event ?
please start from open the flash..
How about you upload a vid that uses AS3 PLEASE??
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);
}
thank's....
Or at least just the coooodddee..... :)
This tutorials helped heaps! Thanks, btw can i have your babies?
@jamsand3 i wanna know the same exact thing
this part doesent work :/ i´ve CS5
you should have really started from a blank flash document
I'd love to watch your videos but my husband just won't shut up, maybe he's just jealous
the video should start from creating the thumbnails.
is this charlie sheen?
found it ahahaha XD
gedhang
@morgane2 i love you
if you send me a private message i will give you my email address and you can send me a copy of your fla and i will take a look at it and figure out what you are doing wrong and explain it to you if you want me to.
Never had 8. This is useless.