Search  
Search Options

SCROLLING IMAGES MENU

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal MenusScrolling Images Menu

SCROLLING IMAGES MENU

image / picture / photo scrolling menu with larger image viewer. Thumbnail images are hard coded but easy to add, script will adjust to new width and set up the loop automatically. Large images are loaded externally as jpegs with preloader. Help file provided to easily customize.

What’s NEW from Digital Science:

FEATURED from Digital Science:

Click here to see more files by Digital Science | View Website

Posted about 1 year ago

not dynamic I made a mistake for buying this

Posted about 1 year ago

This file is dynamic in sense that you can easily add more images without breaking the looping script.

Posted about 1 year ago

Great easy to use file!

Posted about 1 year ago

Does each image have an individual preloader?

Posted about 1 year ago

Only the large images, not the thumbs – there are imported into the FLA and do not site outside the swf like the large images.

Posted about 1 year ago

Very easy to add my own images. Have to stay in the pre-defined sizes though.

Posted 11 months ago

Well you can have any image size you what you just need to make some adjustments the movie clip graphics.

Posted 11 months ago

helle,

can you also make this after for menu? www.dubko.com

Posted 11 months ago

Hello there,

Great work. Is it possible to have the menu stopped until the mouse actually overs the images?

Posted 11 months ago

@diniscorreia, it is possible, I would use if statements to check when the mouse is over the menu and then trigger it to start moving.

Posted 11 months ago

Alteration to create hit area only over slider menu (find actions for slider on main timeline on instance of ‘scrollmenu_mc’;):

onClipEvent (enterFrame) { var myX = _root._xmouse; var myY = _root._ymouse; if (this.hitTest(myX, myY, true) == true) { moveMenu …} }}

Posted 11 months ago

dont you provide instructions to beginners like me?

Posted 10 months ago

I, too, would like to know exactly how to edit this file. I’m also a beginner and I was hoping it was going to be as easy as working with an .xml file. Can anyone help?

Posted 9 months ago

Is there a way to make the scroll a lil slower?

Posted 8 months ago

Guess I will never find out if you can slow the scroller down or not….

Posted 8 months ago

hey, how can i disable the handcursor for the slider … ??? I’ve tried many different things but I’m stuck :( thanks

Posted 7 months ago

I am a complete beginner and would appreciate the answer to a couple of questions when you have time. If possible step-by-step would be very helpful.

Q1. Adding extra images I have been able to change Image 1-6 for new thumbs and large pictures but am having problems adding extra images. I have been copying/pasting one of the frames to extend the scroll menu but it only picks up the identical thumb/large image, eg if I copy/paste image 6 frame that is all I get even though I have imported thumb_7, thumb_8 onto the timeline. Also bit confused between scrollmenu and slider. All frames on the slider also seem to have a slight image of thumb_1 but this doesn’t seem to affect when the other images load.

Q2. Change text on tag How do I change the text from Image 1,2 etc to individual names for the images used. If that is not possible how do I add extra Image numbers?

Q3.Extend Scroll Menu How do I extend the scroll menu so that it extends completely across the bottom of a web page. At the moment it only extends approx 3/4 way across.

Q4. Slowing down the Menu Do I simply change the frames per seconds (fps) in the Modify/Document?

Regards, Ruth

Posted 6 months ago

hello, ur menu is very helpful though i was trying to transfer it to vertical on the Y but im not good in codec so could u please help me? thank u

Posted 6 months ago

Hello,

very nice work, and very customizable. Is it possible to decelerate and stop the scroller when the cursor is not any more above the scroller ? thank you for your help.

P.A.

Posted 5 months ago

This file is fine if your not using a fullscreen flash movie. otherwise the scroll xmouse goes from left to right based on the screen resolution. Good for stand alone, but not fullscreen.

Posted 5 months ago

Hi there, i managed to change the images and bg and text etc, but cant insert it into my website? can you help?

Posted 5 months ago

Hey all, some of you might have noticed that I haven’t been around much in the last few months due to other commitments but just letting you know that I will be going through all of your comments and will get back you in a timely manner. Thanks for your patience.

Posted 5 months ago

Thanks – I found this really easy to use.

I’m trying to make the scrolling stop when the mouse isn’t over the movie, so I added NOzen’s code featured above. This works, however it only works when the mouse moves outside the button zone on the movie, but not when it moves elsewhere on the HTML page I have it embedded into.

Any ideas how I can stop the scrolling once the mouse leaves the movie entirely?

Thanks again!

Posted 4 months ago

and how can you put a link to open in a new page? im going to use it as a navigation?

how can you make the scrolling slower? its so fast and how to make it stop entirely when you hover it?

Posted 3 months ago

same here, I to want to use this as a navigational element. I need a link to a new page.

Posted 2 months ago

k, got the link. pinaypie… if you go into the “slider” mc and then into “image_mc” then select the “Bttn” and you can add your link action there.

Does anybody know how to slow it down?

Posted 2 months ago

hwo do i slow down the scroll? please let me know soooon

Posted 2 months ago

Well I worked out all I needed to know except how to slow it down. Seems like many are having the same issue. Would appreciate the author’s input ASAP . Regards Ruth

Posted about 1 month ago

I bought this a while ago for a client, I think it’s very good I do have a small problem… I need to be able to stop the thumbnail scrolling once not on them, I read the comment by nozen:

onClipEvent (enterFrame) { var myX = _root._xmouse; var myY = _root._ymouse; if (this.hitTest(myX, myY, true) == true) { moveMenu …} }}

I have no idea what to do and how to do it… could you please help as my client is getting impatient. xxx Lola

Posted 2 days ago