Look at the links on this page:
http://www.aesva.com/
They are all Flash Files. Not only is the navigation a flash file - EACH LINK is a flash file! If you ever do this I will laugh so hard at you.
This site could have done each link's HOVER with some simple CSS:
Code:
a {
color: #000;
}
a:hover {
color: #fff;
}
Also, because they used flash movies NO search engine will be able to index the site because all of the links are movies! So Google will look at the page and say "oh, there is only one page here... ok next site..." skipping the rest of the site!
Learn from their mistakes...
PLEEEEEASE!!!!!
