nice one
Posted about 1 month ago
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).
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 about 1 month 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 about 1 month 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 24 days 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 24 days ago