Flash XML Menu PDF Print E-mail
Written by Andrew Lechlak   
Saturday, 22 August 2009 16:38

There is a lot you can do with a Flash based xml menu since it is done in Flash.

You can have any animation you can think of, but with the flexibility of xml. Xml allows you to put in the words for the menu that you want, just by creating a simple schema like...

<?xml version="1.0"?>
<mainmenu>
<link> Home </link>
<link> About </link>
<link> You </link>
<link> Links </link>
</mainmenu>

As you can see it is rather simple. The tricky part is getting the flash file actionscripted for this. This is not hard either really, but to make your life simple since as a web designer, it is already stressful enough finding every comma and quote, use this web resource as a template.

Horizontal

Vertical

Those are great starters and it could even fit your need.

 

Add your comment

Your name:
Your email:
Your website:
Subject:
Comment: