Free FlashDen file of the month. Click here to download.
Search  

MIRROR MENU VERTICAL

HomeBrowse CategoriesMenus & ButtonsVertical MenusMirror Menu Vertical

05/08/2008 Updated ! Take a look at the demo here.

Same as the horizontal Mirror Menu but vertical. Some effects like glow effect, mirror effect, selected/unselected effect, random letters effect.

Really customizable.

In order of that you can simply add or remove items from an array and then Flash will do the rest for you.

The file size is depending of which type of font family you will dedice to embed. This is the reason because Mirror Menu and Mirror Menu Vertical have differents sizes (I used differents fonts… hehe).

Posted about 1 year ago

ITEM DISCUSSION

Show Comments By

nice one

Posted 12 months ago

Thanks !

Posted 12 months ago

I’m having a hard time switching the menu items from vertical to horizontal… Please help, I just noticed you have the same file but horizontal.. thanks

Posted 12 months ago

Hello, wich is the problem ?

Posted 12 months ago

wow.. tasty))

Posted 12 months ago

how to add a URL to each menu item clicked.

Posted 11 months ago

Hi, change

loadMovie(fileName+".swf", _root.extFileContainer_mc);

in

getURL(fileName+"html", "_self"); // i.e. or pho or what you want

then

you have an easy way to do that with swfObject (http://blog.deconcept.com/swfobject). Using the addVariable method of the swfObject you simply can do something like this on your page php or html:

var so = new SWFObject("MirrorMenu.swf", "MirrorMenu", "611", "322", "8", "#000000"); so.addVariable("buttonSelected", "mc3"); so.write("flashcontent");

where buttonSelected represent the buttonSelected and mc3 the item you want to fire. Did this, on your .fla file change

myMenu.SetSelected(holder_mc['mc0']); 

in

myMenu.SetSelected(holder_mc[buttonSelected]); and that’s all.

P.S. if you don’t know about swfObject look at to http://blog.deconcept.com/swfobject

Posted 11 months ago

Thats a great menu.

Being new to flash Ive had a play with it, and I can add and remove menu items ok, but Im having trouble setting the hyperlinks to each menu item. When I set the hyperlink it applies it to every menu item.

How do I tell flash to recognise each indiviual button and URL ??

Thanks

Chad

Posted 11 months ago

Hello, please be patient: I’m updating all the menus to recognise which command must to do for each individual button.

I’ll do that in 1 or at least 2 days.

Posted 11 months ago

I am getting this message “Adobe Flash Player Security”. Even after I selected the “Always Allow” button in the “Settings Manager” this alert window keeps coming up. Please advise what to do.

Posted 4 months ago

Never happen on the internet or under a local web server such Apache. It’s a setting of your flash application.

Posted 4 months ago