I would like to have this interactive/gallery.
But how? 
A cool, easy to use, xml based mac-ish menu for your interactive/gallery sites.
on the 1st line you can set the following:
<menu showMax="3" iconWidth="220" totalWidth=" 590" gap="500" sec="1" />
the remaining will be the individual menu elements:
<menu name="Blink" src="icon1.png" link="http://www.flashden.net" target="_blank"/> <menu name="Shout" src="icon2.png" link="http://www.flashden.net" target="_blank"/>
Support
if you need any help using the file do contact me at:
itsencrypted[at]gmail[dot]com
Vertical version available here:

cheers!
This looks great, is it hard to swap this menu to a vertical one, and adjust the buttons in thumbnails for example?
Posted about 1 year ago
Hey i just been modding it a bit and its working pretty well, it would be great if you could call a function inside flash rather than just link to a html file, could you do this with the link=”” bit in the xml?
is a great fla!

Ok, just bought it, looks very nice, gonna work with it in a week!
Thanks…
Posted about 1 year ago
some update on the old file:
this update will enable you to change the icons paths(another width size) and keep the sizes updated in you output..
the fla on flashden now, is updated with this fix.. so do contact me with the original fla if you want the updated version sent to you mailbox 
here is an additional feature which was requested by one of the buyer, which i think will be usefull 
he asked: can i call a function from the xml file rather than just launch a standard link
yuppa :
in the xml define:
<menu name="icon1" src="icons/one.jpg" link="movieYouWantToLoad.swf" target="levelNumber or movieClip name"/>
and in the actionscript frame(frame 5) in myGallerySite movie clip:
change :
function bHit() {
getURL(this.link, this.target);
}
to:
function bHit() {
//if you want to load movie clip in a movieClip
var trg:MovieClip = this.target;
loadMovie(this.link, trg);
// ---- or ---- //
//if you want to load movie clip in a level
var trg:Number = this.target;
loadMovieNum(this.link, trg);
}
done 
Can you fix the tool tip on the right arrow? It goes off the screen on the right when hovering over the right arrow…
Posted about 1 year ago
gstudios :
i wouldnt consider that as a problem to be fixed.. however if you have purchased the file i could help you find a solution, cheers.
Posted about 1 year ago
Would it be possible to place a gradient on the reflecting image to give the illusion of a refection?
Posted about 1 year ago
I really like your menu. Thanks.
Can you tell me if there is a easy way to make it loop through back and forth.
Like if your at the first item and you click the back arrow it unloads the first item and puts in the last. So you can go through it any direction? Make sense?
I’m sure I will figure it out on my own, because your code is very clean, just was wondering if there was an easy way of doing it.
Posted about 1 year ago
chronicflash:
hi there, i would really not recommend to do a loop because its mainly designed to go on a one way movement. i did attempt to do a looping version but was still dodgy as hell. so i guess theres no easy way but perhaps you can give it a shot.
some pointers, therea are mainly 4 group of arrays holding the menu, lArmy, cArmy, rArmy (left, center & right) and visItems. So you should update the arrays on each click and at the same time reposition the menu. in the updateVisArray function is where you probably need to modify and see if its the end and if so, without animating, jump position it to form the loop.
good luck bro 
Thank you. I started modifying it and like you said it gets erratic.
I really love the motion you have and want to use it, but client is requesting a looped version…
Ill let you know if i get anywhere with this.
Thanks!
Posted about 1 year ago
can the background be made transparent in order to use it on other colors or bg images?
Posted about 1 year ago
can you send me the update version ? with movieclip linkage and others update that u;ve made.. thanks great file
Posted 11 months ago
Best captions ever 
and great file!
2dudumaluf: You can simply redownload the files from FD 
Hi, love your file. The movement is great.
Is there any way to have this file work for full screen?
cheers
Posted 10 months ago
encryptme thank you for your beautiful file. It’s perfect but I was wandering if there was the possibility to mask the area including the icons when i load the swf inside another flash animation (icons moves out of the area, crossing other loaded swf). Is there any way to fix that??? thank you 
@leth81
you can just set gap=”500” in xml to a higher number like 1500.. cheers.