由XML生成的FLASH导航条-按字数自动生成长度
作者:admin 日期:2010-08-01上周写的一个导航条,XML内容如下:
<?xml version="1.0" encoding = "utf-8" ?>
<nav >
<item thename="Home" theurl="index.htm"/>
<item thename="About us" theurl="about.htm"/>
<item thename="Our Service" theurl="list.htm"/>
<item thename="Communications" theurl="list.htm"/>
<item thename="Invest" theurl="list.htm"/>
<item thename="Our Glory" theurl="list.htm"/>
<item thename="Contact us" theurl="list.htm"/>
</nav>
这个导航麻烦的地方在于,每个单元的宽度是根据字数生成的,并且单元是逐个排列的。
以后一些通用的FLASH导航,都可以用这个模型来实现。