February 19, 2008 • 6,036 views
Categories: portfolio
Tags: actionscript, animation, as2, download, experiment, flash, flashDen, interactive, network, open source, xml
A preloader bar that gives full stats, speed, kb, and even remaining download time! (Either JavaScript... Read More »
see my previous post about how to do this with as2: Detect... Read More »
Overview Integrating the clipboard of the operating... Read More »
Thanks for your patience as I’ve been tinkering with the theme, layout and css of... Read More »
Overview Voters Aide - a little flash app I made in some spare time... Read More »
Sally, a great photographer in the Augusta, GA area wanted help putting up a website that was easy to maintain... Read More »
Overview Color can sometimes make or break your design.... Read More »
To accompany the last presidential debate, I ask a question: Who... Read More »
Here are some screenshots from my example tutorial of integrating Flash with... Read More »
Many have read my Integrate Google Analytics with Flash Tutorial... Read More »
Posting tweet...
Copyright © 2008 circlecube.







I’d show a photo here and link to the swf on flashden since they take steps to keep the swf from easily being decompiled
I have downloaded this file, but the header is missing (the select a tag header) and when you click on the links the URLs do not work! Please help.
The file has been updated and now looks like the one hosted at FlashDen.
The header is gone, but that was just a layer with a gray box and a text box…
The links work for me… you may have to allow pop-up links from the site.
The text and the urls are stored in an external xml file.
Can i replace the text with images instead? Then when I mouseover the image, a 2 or 3 -word description will appear. All these achievable via the XML file. I do believe I can configure the width and height of the menu. Lastly can I remove the alternate strips appearing in the scroller?
Beng,
This file doesn’t do what you’re asking about. It is strictly text links.
Thanks for the suggestions. I’m actually working on another version that would do what you wanted though… I’ll be sure to let you know with a new post when it’s done.
Hi,
this scrolling link list is something I looked for for a looong time.
Now, since flashden is down from some reason, can someone please email me this list if it is no problem. Static (non-wrapping) version is ok for me too.
Thanks
Alan
Ok, Flashden finally loaded and I see now it’s not for free and that’s OK.
I have one question though. Is it possible to make this script not automatic (static)?
Yes, that is totally possible.
Comment out line 5 of frame 2,
1 //if mouse not in stage, scroll automatically
2 if (!mouseIn) {
3 //automatic catagory scroll
4 speed = .5;
5 //automaticScroll();
6 }