Search  

SCROLLING XML MENU

HomeBrowse CategoriesFlashMenus & ButtonsVertical MenusScrolling XML Menu

SCROLLING XML MENU

Features include:

  • XML driven scrolling flash menu for displaying a list of items.
  • Can be set up to target a URL or go to a frame label within a movie clip on press
  • No need for scroll bars or up and down buttons as this menu follows your mouse
  • Item names, amount of items and links can be set up using the XML file.

Help file and comments in the code included.

Did you find this file useful? Also see:

What’s NEW from Digital Science:

FEATURED from Digital Science:

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

Posted 10 months ago

Can I include different font colors for the text or do I have to stick to the color chosen in the flash project file?

thanks for your help.

Posted 7 months ago

oh my god, just what ive been looking for :D awesome. really easy to configure too.

Thanks a lot.

Posted 6 months ago

does anyone know how to make it link to frames ?can anyone give an example? thanks

Posted 6 months ago

Hello man, very nice design and works very well in my layout, thanks for that. Just would like to know what should I do to stop the flicking bug when I have less than 8 items in the XML . Its a bit urgent please let me know if you could help me.

Many thanks Rod

Posted 6 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

Hello, i need a help please, im purshe your archive: DYNAMIC VERTICAL SCROLLING MEN .

I need to make a path for load in a movie an external file .SWF

MovieMC: load_MC SWF : movie01.swf

TKO

Posted 5 months ago

Just what i needed :) Thanks a lot.

But is there anyway that when u click a button, it stays highlighted until another button is clicked on in the list?

Posted 5 months ago

Hi DigSci— I’m trying to figure out how to have button links — load an external swf into a container. — go&play to a frame/label.

And to make the button stay highlighted after it’s clicked. I’ll keep trying but , Please let me know when you have a chance. Thanks.

Posted 5 months ago

Like mistercani I also wonder how to stop the flickering???

Posted 5 months ago

Need help! I want to move the whole menu to the top left corner, or shrink the workspace pixels to the same size as the menu, how do I do that???

I’m not familiar with flash but are learning by trial and error but this I do not succeed with, have spent several hours with moving elements around and every time is the result a messed up menu. And when I try to shrink the size not only the workspace but also the menu shrinks confused

Posted 4 months ago

misterrcani, I know how to stop the flicker now, just change the height to a lower value in mask_mc. Then change bg height. Works for me :)

Posted 4 months ago

To digitalscience when you pop up here: Forget my question, I got help and problem is solved. For now…

But, I’ve understood that you didn’t write any any code for alignment so drag & drop was the method (which I couldn’t do in a correct manor). I really like your works and would love to buy more from you but I cannot if I can’t change alignment myself!

Please have in mind that we buyers are not coders, otherwise we would have made our own stuff instead of buying it. Therefore at least I would be very happy if there were an easy way to change alignment or at least a description of how to do it

Posted 4 months ago

“This is a great file”. The script coments are clear, it’s easy to customise and there’s even some preloader script in frame 1 of the _root timeline. Thanks “digitalscience”

Posted 4 months ago

Just downloaded it a few mins ago and I’ve to say “great”!

Posted 4 months ago

I would like to buy this product, but need to know if it has a feature to pull-up instead of pull-down. Can anyone answer this question? If it doesnt, any products out there that can do what I need? I just want to see the main menu, and when highlighted it should show me the sub menus for the selected category (it would be great if it is infinite).

Thank you!!!

Posted 3 months ago

I know it’s been asked before but has anyone figured out how to keep the item selected highlighted?

Posted 2 months ago

Great file… except… Has anyone managed to sort the flicker when there are under 8 menu items? I know the issue can be (sort of) resolved if you reduce the height of the mask but this doesn’t help if the number of menu items is variable (the whole point of XML !).

Digital Science: Any chance of a bug fix update? ... It’s been months since the issue was first reported.

Posted 2 months ago

PWS To fix the flicker glitch please replace the onEnterFrame code with the following:

this.onEnterFrame = function() {
    if (item_mc._height>boundryHeight) {
        item_mc._y += (destY-item_mc._y)/tween;
        if (item_mc._y>0) {
            item_mc._y = 0;
        } else if (item_mc._y<(boundryHeight-item_mc._height)) {
            item_mc._y = boundryHeight-item_mc._height;
        }
    }
};

This file will also be updated within the next few days with this bug fix.

Posted 2 months ago

FILE UPDATED :

The flicker glitch when there are too few items to be scrolled has been fixed.

If you have already purchased this file, please go to your downloads tab and download the file again to get the updated version. First time buyers will get this update.

Posted 2 months ago

can this be loaded externally with a fullscreen background and how? before buying it :)

Posted 2 months ago

could this be used to target an iframe in a page and change it?

Posted about 1 month ago

I finally got round to buying it! can you tell me how to set up to keep the selected item bit at the bottom though please, it’s an important need! thanks.

Posted about 1 month ago

Hello, is it posible to use the Scrolling Xml Menu three times in the same scenary? What do I have to change in the script?

Regards, Johny.

Posted about 1 month ago

Hey DS: Great file. Its working really well for me and I was able to modify what I needed (especially to disable the “onclick” action as I only needed an infinite scrolling list. Thanks One question though: Is there a setting which will allow me to S L O W it down a little. Its twichier than I would like to see for my application.

Theo

Posted 9 days ago